summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
AgeCommit message (Expand)Author
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
2000-04-26Use CONFerr, not RSAerr, in the conf library...Richard Levitte
2000-04-09I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte