aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-0/+32
* Make conf_method_st and conf_st deprecatedRich Salz2021-06-021-0/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-16/+15
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-0/+16
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add support for passing the libctx to the config loaderShane Lontis2020-03-201-2/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Coverity: fix two minor NPD issues.FdaSilvaYY2019-04-061-2/+4
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-0/+26
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* NCONF_get_number refix.Pauli2018-07-111-12/+32
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-4/+7
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* RT4562: Fix misleading doc on OPENSSL_configRich Salz2016-06-141-9/+9
* Handle Visual C warning about non-standard function names.Richard Levitte2016-05-261-0/+1
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-3/+13
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse2016-03-071-0/+2
* Check mallocRich Salz2016-02-111-1/+2
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-0/+28
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-4/+4
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-16/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-283/+267
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-4/+4
* LHASH revamp. make depend.Ben Laurie2008-05-261-12/+18
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* Add missing prototypes.Lutz Jänicke2002-06-131-2/+3
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-8/+10
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-35/+18
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
* Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller2001-02-061-18/+41
* Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-191-16/+5
* NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-191-13/+45
* Always return a value.Ben Laurie2000-10-161-1/+1
* Make the new conf implementatoin bug-compatible with the old one.Richard Levitte2000-10-131-3/+22
* Use CONFerr, not RSAerr, in the conf library...Richard Levitte2000-04-261-1/+1