openssl/crypto/conf
Rich Salz d63a5e5e7d Remove outdated DEBUG flags.
Add -DBIO_DEBUG to --strict-warnings.
Remove comments about outdated debugging ifdef guards.
Remove md_rand ifdef guarding an assert; it doesn't seem used.
Remove the conf guards in conf_api since we use OPENSSL_assert, not assert.
For pkcs12 stuff put OPENSSL_ in front of the macro name.
Merge TLS_DEBUG into SSL_DEBUG.
Various things just turned on/off asserts, mainly for checking non-NULL
arguments, which is now removed: camellia, bn_ctx, crypto/modes.
Remove some old debug code, that basically just printed things to stderr:
  DEBUG_PRINT_UNKNOWN_CIPHERSUITES, DEBUG_ZLIB, OPENSSL_RI_DEBUG,
  RL_DEBUG, RSA_DEBUG, SCRYPT_DEBUG.
Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-18 17:14:50 -05:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
conf_api.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
conf_def.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf_def.h Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf_err.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf_lib.c Check malloc 2016-02-11 09:21:35 -05:00
conf_mall.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf_mod.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
conf_sap.c Fix OPENSSL_config with NULL parameter 2016-02-18 10:25:23 -05:00
keysets.pl
Makefile.in Templatize util/domd 2016-01-29 16:56:07 -05:00