aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-21/+22
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke3-8/+9
2002-07-30"make update"Lutz Jänicke1-43/+42
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-29/+51
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-13Add missing prototypes.Lutz Jänicke2-5/+8
2002-03-18Fix bugs and typos.Bodo Möller1-1/+1
2002-02-26make update, after moving around symbols in libeay.num to matchRichard Levitte1-0/+18
2002-02-23New OPENSSL_LOAD_CONF define to load openssl.cnfDr. Stephen Henson3-41/+113
2002-02-22Config code updates.Dr. Stephen Henson2-3/+6
2002-02-21Config file updates from stable branchDr. Stephen Henson3-26/+32
2002-02-13ECDSA supportBodo Möller1-16/+18
2002-01-24fix formatting of automatically generated error sectionBodo Möller1-0/+1
2002-01-24New functionsBodo Möller2-6/+14
2002-01-24make updateRichard Levitte1-6/+8
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie4-3/+9
2002-01-22Constification.Dr. Stephen Henson2-5/+5
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson2-0/+49
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson3-16/+40
2002-01-18Constification, add config to /dev/crypto.Ben Laurie6-60/+76
2002-01-18disable broken codeBodo Möller1-0/+4
2002-01-18Other errors are possible.Ben Laurie1-5/+10
2002-01-18Stupid apps should die, not fail silently.Ben Laurie1-1/+13
2002-01-18Fix memory leak.Ben Laurie1-1/+5
2002-01-18Constification, missing declaration, update dependencies.Ben Laurie3-4/+38
2002-01-12Return value could be undefined.Ben Laurie1-1/+2
2002-01-05Experimental configuration code.Dr. Stephen Henson6-4/+747
2002-01-02Allow 8-bit characters. This is not really complete, it only marksRichard Levitte2-82/+123
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-11-15make updateRichard Levitte1-1/+1
2001-07-31make updateRichard Levitte1-1/+4
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-4/+1
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2-36/+20
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-23make depend.Richard Levitte1-14/+13
2001-02-22e_os.h defines Getenv()Richard Levitte1-0/+1
2001-02-22CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte1-9/+9
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-12/+12
2001-02-22Exported header files should not include e_os.h.Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte4-10/+14
2001-02-06Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller1-18/+41
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe3-6/+11
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-4/+4
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-9/+14
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-2/+5
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe3-5/+8
2000-10-19Keep binary backward compatibility by putting new method functionRichard Levitte3-5/+7
2000-10-19Make it possible for methods to load from something other than a BIO,Richard Levitte3-19/+36
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte4-14/+61