aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_ncipher.c
Commit message (Expand)AuthorAgeFilesLines
* Step 13 of move of engines: Remove old files.Richard Levitte2002-10-111-1342/+0
* If DH is disabled, don't define the DH functions.Richard Levitte2002-07-221-0/+4
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* 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-87/+5
* Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2002-01-291-1/+1
* Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte2002-01-291-1/+3
* Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-10/+16
* fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller2001-11-231-2/+2
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-4/+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-2/+20
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-031-88/+198
* Use the new UI features, among others the new boolean input.Richard Levitte2001-06-231-14/+21
* For the UI functions that return an int, 0 or any positive number is aRichard Levitte2001-06-231-3/+3
* Fix hwcrhk_insert_card.Dr. Stephen Henson2001-06-231-7/+12
* - Add the possibility to control engines through control names butRichard Levitte2001-06-191-37/+161
* nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte2001-06-011-3/+3
* We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte2001-05-251-33/+23
* Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte2001-04-261-11/+83
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-191-2/+43
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-23/+23
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-11/+12
* 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-4/+6
* 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-6/+6
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+1018