aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/engine_lib.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson1-1/+2
2001-06-19- Add the possibility to control engines through control names butRichard Levitte1-4/+41
2001-06-01Confusion between algorithms resolved.Richard Levitte1-1/+1
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte1-4/+4
2001-04-26Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe1-40/+63
2001-04-26gcc warns when certain values of an enumeration aren't taken care of,Richard Levitte1-0/+4
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte1-0/+42
2001-04-19Some BIG tweaks to ENGINE code.Geoff Thorpe1-2/+268
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe1-5/+5
2001-04-02ENGINE_load_[private|public]_key had error handling that could returnGeoff Thorpe1-2/+4
2001-04-02Actually there were two error cases that could return without releasing theGeoff Thorpe1-4/+5
2001-04-02Don't return an error until the global lock is released.Geoff Thorpe1-2/+4
2000-11-16I have no idea how this comment got there, but it's certainly notGeoff Thorpe1-2/+0
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+488