aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs and typos.Bodo Möller2002-03-181-1/+1
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-0/+18
* New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson2002-02-233-41/+113
* Config code updates.Dr. Stephen Henson2002-02-222-3/+6
* Config file updates from stable branchDr. Stephen Henson2002-02-213-26/+32
* ECDSA supportBodo Möller2002-02-131-16/+18
* fix formatting of automatically generated error sectionBodo Möller2002-01-241-0/+1
* New functionsBodo Möller2002-01-242-6/+14
* make updateRichard Levitte2002-01-241-6/+8
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-224-3/+9
* Constification.Dr. Stephen Henson2002-01-222-5/+5
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-222-0/+49
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-213-16/+40
* Constification, add config to /dev/crypto.Ben Laurie2002-01-186-60/+76
* disable broken codeBodo Möller2002-01-181-0/+4
* Other errors are possible.Ben Laurie2002-01-181-5/+10
* Stupid apps should die, not fail silently.Ben Laurie2002-01-181-1/+13
* Fix memory leak.Ben Laurie2002-01-181-1/+5
* Constification, missing declaration, update dependencies.Ben Laurie2002-01-183-4/+38
* Return value could be undefined.Ben Laurie2002-01-121-1/+2
* Experimental configuration code.Dr. Stephen Henson2002-01-056-4/+747
* Allow 8-bit characters. This is not really complete, it only marksRichard Levitte2002-01-022-82/+123
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* make updateRichard Levitte2001-11-151-1/+1
* make updateRichard Levitte2001-07-311-1/+4
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-4/+1
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-282-36/+20
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* make depend.Richard Levitte2001-02-231-14/+13
* e_os.h defines Getenv()Richard Levitte2001-02-221-0/+1
* CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte2001-02-221-9/+9
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-12/+12
* Exported header files should not include e_os.h.Richard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-202-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-10/+14
* Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller2001-02-061-18/+41
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-093-6/+11
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-9/+14
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-013-5/+8
* Keep binary backward compatibility by putting new method functionRichard Levitte2000-10-193-5/+7
* Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-193-19/+36
* NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-194-14/+61
* Always return a value.Ben Laurie2000-10-161-1/+1
* Make the new conf implementatoin bug-compatible with the old one.Richard Levitte2000-10-133-3/+26
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* 'make update'Richard Levitte2000-09-071-4/+5
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-7/+7