aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte2000-04-091-0/+352