openssl/crypto/des
David Woodhouse 984d6c6052 Fix no-stdio build
Much related/similar work also done by
Ivan Nestlerode <ivan.nestlerode@sonos.com>

   +Replace FILE BIO's with dummy ops that fail.
   +Include <stdio.h> for sscanf() even with no-stdio (since the declaration
    is there). We rely on sscanf() to parse the OPENSSL_ia32cap environment
    variable, since it can be larger than a 'long'. And we don't rely on the
    availability of strtoull().
   +Remove OPENSSL_stderr(); not used.
   +Make OPENSSL_showfatal() do nothing (currently without stdio there's
    nothing we can do).
   +Remove file-based functionality from ssl/. The function
    prototypes were already gone, but not the functions themselves.
   +Remove unviable conf functionality via SYS_UEFI
   +Add fallback definition of BUFSIZ.
   +Remove functions taking FILE * from header files.
   +Add missing DECLARE_PEM_write_fp_const
   +Disable X509_LOOKUP_hash_dir(). X509_LOOKUP_file() was already compiled out,
    so remove its prototype.
   +Use OPENSSL_showfatal() in CRYPTO_destroy_dynlockid().
   +Eliminate SRP_VBASE_init() and supporting functions. Users will need to
    build the verifier manually instead.
   +Eliminate compiler warning for unused do_pk8pkey_fp().
   +Disable TEST_ENG_OPENSSL_PKEY.
   +Disable GOST engine as is uses [f]printf all over the place.
   +Eliminate compiler warning for unused send_fp_chars().

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-09-29 21:59:19 -04:00
..
asm des/asm/des_enc.m4: fix brown-bag typo in last commit. 2015-02-09 08:58:43 +01:00
cbc_cksm.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cfb64ede.c ifdef cleanup, part 4a: '#ifdef undef' 2015-01-24 10:58:38 -05:00
cfb64enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
cfb_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
COPYRIGHT Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
des_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
des_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
des_ver.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecb3_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecb_enc.c RT3999: Remove sub-component version strings 2015-08-10 12:13:32 -04:00
enc_read.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
enc_writ.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
fcrypt.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
fcrypt_b.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
ncbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ofb64ede.c ifdef cleanup, part 4a: '#ifdef undef' 2015-01-24 10:58:38 -05:00
ofb64enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ofb_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
pcbc_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
qud_cksm.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rand_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
read2pwd.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
rpc_des.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
rpc_enc.c ifdef cleanup, part 4a: '#ifdef undef' 2015-01-24 10:58:38 -05:00
set_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
spr.h Fixed bad formatting in crypto/des/spr.h 2015-02-05 09:44:30 -05:00
str2key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
xcbc_enc.c Dead code removal; #if 0 from crypto/des 2015-02-02 12:43:17 -05:00