x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.
[openssl.git] / crypto / conf / conf_lib.c
2018-07-10 PauliNCONF_get_number refix.
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-05-25 Richard LevitteHandle Visual C warning about non-standard function...
2016-05-23 Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-02-11 Rich SalzCheck malloc
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2008-05-26 Ben LaurieLHASH revamp. make depend.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
2000-10-19 Richard LevitteMake it possible for methods to load from something...
2000-10-19 Richard LevitteNCONF_get_number() has no error checking at all. As...
2000-10-16 Ben LaurieAlways return a value.
2000-10-13 Richard LevitteMake the new conf implementatoin bug-compatible with...
2000-04-26 Richard LevitteUse CONFerr, not RSAerr, in the conf library...
2000-04-09 Richard LevitteI've always wanted to make the CONF library more adapta...