aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf/conf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY1-2/+4
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni1-0/+26
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-07-11NCONF_get_number refix.Pauli1-12/+32
2018-07-03Check for NULL conf in NCONF_get_numberPauli1-4/+7
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz1-9/+9
2016-05-26Handle Visual C warning about non-standard function names.Richard Levitte1-0/+1
2016-05-23Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell1-3/+13
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+5
2016-03-07Elide OPENSSL_INIT_set_config_filename() for no-stdio buildDavid Woodhouse1-0/+2
2016-02-11Check mallocRich Salz1-1/+2
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz1-0/+28
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-4/+4
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz1-16/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-283/+267
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-4/+4
2008-05-26LHASH revamp. make depend.Ben Laurie1-12/+18
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-04-07make sure error queue is totally emptiedNils Larsch1-1/+1
2002-06-13Add missing prototypes.Lutz Jänicke1-2/+3
2002-01-18Constification, add config to /dev/crypto.Ben Laurie1-8/+10
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-35/+18
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-4/+4
2001-02-06Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller1-18/+41
2000-10-19Make it possible for methods to load from something other than a BIO,Richard Levitte1-16/+5
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte1-13/+45
2000-10-16Always return a value.Ben Laurie1-1/+1
2000-10-13Make the new conf implementatoin bug-compatible with the old one.Richard Levitte1-3/+22
2000-04-26Use CONFerr, not RSAerr, in the conf library...Richard Levitte1-1/+1
2000-04-09I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte1-0/+352