summaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_ncipher.c
AgeCommit message (Expand)Author
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe
2002-02-07Generate the individual engines' error strings and macrosRichard Levitte
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke
2002-01-29Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte
2002-01-25Apply a change by Toomas Kiisk <vix@cyber.ee>:Richard Levitte
2001-11-23fix submitted by Andy Schneider <andy.schneider@bjss.co.uk>Bodo Möller
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe
2001-09-05This adds "destroy" handlers to the existing ENGINEs that load their ownGeoff Thorpe
2001-09-03This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson
2001-06-19- Add the possibility to control engines through control names butRichard Levitte
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte
2001-04-19Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-11-14Modify () to (void), since that's what is actually defined in theRichard Levitte
2000-11-07Constify DH-related code.Richard Levitte
2000-11-07Constify DSA-related code.Richard Levitte
2000-11-06As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte