aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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