openssl/crypto/ec
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 ARMv4 assembly pack: implement support for Thumb2. 2015-09-25 13:34:02 +02:00
ec2_mult.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec2_oct.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:43:53 +01:00
ec2_smpl.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec_ameth.c RT3674: Make no-cms build work. 2015-09-03 14:45:15 -04:00
ec_asn1.c d2i: don't update input pointer on failure 2015-09-14 23:53:03 +02:00
ec_check.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:43:53 +01:00
ec_curve.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
ec_cvt.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_key.c Fix no-stdio build 2015-09-29 21:59:19 -04:00
ec_lcl.h fix copy paste error in ec_GF2m function prototypes 2015-05-26 10:12:22 +02:00
ec_lib.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
ec_mult.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
ec_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_pmeth.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
ec_print.c remove malloc casts 2015-04-28 15:28:14 -04:00
eck_prn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ecp_mont.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ecp_nist.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ecp_nistp224.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
ecp_nistp256.c Fix build errors with enable-ec_nistp_64_gcc_128 2015-05-29 12:40:53 +02:00
ecp_nistp521.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
ecp_nistputil.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecp_nistz256.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ecp_nistz256_table.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecp_oct.c EC_POINT_is_on_curve does not return a boolean 2015-06-10 10:43:53 +01:00
ecp_smpl.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
Makefile Fix no-stdio build 2015-09-29 21:59:19 -04:00