summaryrefslogtreecommitdiff
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bugs and typos.bodo2002-03-181-1/+1
* make update, after moving around symbols in libeay.num to matchlevitte2002-02-261-0/+18
* New OPENSSL_LOAD_CONF define to load openssl.cnfsteve2002-02-233-41/+113
* Config code updates.steve2002-02-222-3/+6
* Config file updates from stable branchsteve2002-02-213-26/+32
* ECDSA supportbodo2002-02-131-16/+18
* fix formatting of automatically generated error sectionbodo2002-01-241-0/+1
* New functionsbodo2002-01-242-6/+14
* make updatelevitte2002-01-241-6/+8
* Make no config file not an error. Move /dev/crypto config to ctrl.ben2002-01-224-3/+9
* Constification.steve2002-01-222-5/+5
* default_algorithms option in ENGINE config.steve2002-01-222-0/+49
* Initial ENGINE config module, docs to follow.steve2002-01-213-16/+40
* Constification, add config to /dev/crypto.ben2002-01-186-60/+76
* disable broken codebodo2002-01-181-0/+4
* Other errors are possible.ben2002-01-181-5/+10
* Stupid apps should die, not fail silently.ben2002-01-181-1/+13
* Fix memory leak.ben2002-01-181-1/+5
* Constification, missing declaration, update dependencies.ben2002-01-183-4/+38
* Return value could be undefined.ben2002-01-121-1/+2
* Experimental configuration code.steve2002-01-056-4/+747
* Allow 8-bit characters. This is not really complete, it only markslevitte2002-01-022-82/+123
* remove redundant ERR_load_... declarationsbodo2001-12-171-1/+0
* make updatelevitte2001-11-151-1/+1
* make updatelevitte2001-07-311-1/+4
* Really add the EVP and all of the DES changes.ben2001-07-301-4/+1
* Modify apps to use NCONF code instead of old CONF code.steve2001-06-282-36/+20
* Instead of telling both 'make' and the user that ranlibbodo2001-03-091-2/+1
* make depend.levitte2001-02-231-14/+13
* e_os.h defines Getenv()levitte2001-02-221-0/+1
* CONF_METHOD is one of the few places where you find MS_FAR. I can'tlevitte2001-02-221-9/+9
* e_os.h does not belong with the exported headers. Do not put it therelevitte2001-02-221-12/+12
* Exported header files should not include e_os.h.levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-202-2/+2
* Make all configuration macros available for application by makinglevitte2001-02-194-10/+14
* Avoid coredumps for CONF_get_...(NULL, ...)bodo2001-02-061-18/+41
* Move all the existing function pointer casts associated with LHASH's twogeoff2001-01-093-6/+11
* Constification of the data of a hash table. This means the callbacklevitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.geoff2000-12-081-9/+14
* Make the remaining LHASH macro changes. This should leave no remaininggeoff2000-12-041-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andgeoff2000-12-013-5/+8
* Keep binary backward compatibility by putting new method functionlevitte2000-10-193-5/+7
* Make it possible for methods to load from something other than a BIO,levitte2000-10-193-19/+36
* NCONF_get_number() has no error checking at all. As a replacement,levitte2000-10-194-14/+61
* Always return a value.ben2000-10-161-1/+1
* Make the new conf implementatoin bug-compatible with the old one.levitte2000-10-133-3/+26
* 'ranlib' doesn't always run on some systems. That's actuallylevitte2000-09-251-1/+2
* More VMS synchronisationlevitte2000-09-091-0/+1
* 'make update'levitte2000-09-071-4/+5
* Avoid abort() throughout the library, except when preprocessorbodo2000-09-041-7/+7