aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_cswift.c
Commit message (Expand)AuthorAgeFilesLines
* Step 13 of move of engines: Remove old files.Richard Levitte2002-10-111-995/+0
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-1/+1
* For some reason, the random number support removed the destructorRichard Levitte2002-10-051-0/+1
* Add random number generation capability to the cswift engine.Richard Levitte2002-10-041-1/+71
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-8/+8
* Make sure any ENGINE control commands make local copies of stringGeoff Thorpe2002-06-211-5/+22
* Generate the individual engines' error strings and macrosRichard Levitte2002-02-071-73/+5
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-5/+11
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-1/+1
* This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe2001-09-051-0/+18
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-031-61/+144
* Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte2001-04-261-0/+32
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-191-4/+44
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-22/+20
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-4/+4
* Hide BN_CTX structure details.Bodo Möller2001-03-081-26/+16
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
* Modify () to (void), since that's what is actually defined in theRichard Levitte2000-11-141-2/+2
* Constify DH-related code.Richard Levitte2000-11-071-3/+5
* Constify DSA-related code.Richard Levitte2000-11-071-1/+1
* As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte2000-11-061-8/+8
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+806