aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_ncipher.c
Commit message (Expand)AuthorAgeFilesLines
* 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