aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/hw_ncipher.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte1-14/+21
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte1-3/+3
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson1-7/+12
2001-06-19- Add the possibility to control engines through control names butRichard Levitte1-37/+161
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte1-3/+3
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte1-33/+23
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte1-11/+83
2001-04-19Some more tweaks to ENGINE code.Geoff Thorpe1-2/+43
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe1-23/+23
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe1-11/+12
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-4/+4
2000-11-14Modify () to (void), since that's what is actually defined in theRichard Levitte1-2/+2
2000-11-07Constify DH-related code.Richard Levitte1-4/+6
2000-11-07Constify DSA-related code.Richard Levitte1-1/+1
2000-11-06As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte1-6/+6
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+1018