summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
AgeCommit message (Expand)Author
2023-10-24Add notes on use of strdupNate Karstens
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Make conf_method_st and conf_st deprecatedRich Salz
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-11NCONF_get_number refix.Pauli
2018-07-03Check for NULL conf in NCONF_get_numberPauli
2017-10-18Remove parentheses of return.KaoruToda
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-05-26Handle Visual C warning about non-standard function names.Richard Levitte
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse
2016-02-11Check mallocRich Salz
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2008-05-26LHASH revamp. make depend.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2005-04-07make sure error queue is totally emptiedNils Larsch
2002-06-13Add missing prototypes.Lutz Jänicke
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-06Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller
2000-10-19Make it possible for methods to load from something other than a BIO,Richard Levitte
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte
2000-10-16Always return a value.Ben Laurie
2000-10-13Make the new conf implementatoin bug-compatible with the old one.Richard Levitte