openssl/crypto/pkcs12
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 Following the PKCS#12 update, update crypto/pkcs12/build.info as well 2016-02-08 20:20:43 +01:00
Makefile.in add missing file p12_lcl.h 2016-02-08 21:22:19 +00:00
p12_add.c Reorganise functions. 2016-02-08 18:43:48 +00:00
p12_asn.c Make PKCS12 structures opaque 2016-02-08 18:43:48 +00:00
p12_attr.c Use new names 2016-02-08 18:43:48 +00:00
p12_crpt.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p12_crt.c use new function names 2016-02-08 18:43:49 +00:00
p12_decr.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
p12_init.c Make PKCS12 structures opaque 2016-02-08 18:43:48 +00:00
p12_key.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
p12_kiss.c Use new names 2016-02-08 18:43:48 +00:00
p12_lcl.h add missing file p12_lcl.h 2016-02-08 21:22:19 +00:00
p12_mutl.c fix various formatting issues 2016-02-08 18:43:49 +00:00
p12_npas.c Use new names 2016-02-08 18:43:48 +00:00
p12_p8d.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p12_p8e.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
p12_sbag.c Typo: only return error if unrecognise bag type. 2016-02-11 23:27:30 +00:00
p12_utl.c Reorganise functions. 2016-02-08 18:43:48 +00:00
pk12err.c use new function names 2016-02-08 18:43:49 +00:00