Various Win32 fixes.
[openssl.git] / crypto / engine / hw_ncipher.c
2002-07-22 Richard LevitteIf DH is disabled, don't define the DH functions.
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-06-21 Geoff ThorpeMake sure any ENGINE control commands make local copies...
2002-02-07 Richard LevitteGenerate the individual engines' error strings and...
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-25 Richard LevitteApply a change by Toomas Kiisk <vix@cyber.ee>:
2001-11-23 Bodo Möllerfix submitted by Andy Schneider <andy.schneider@bjss...
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...
2001-09-14 Geoff ThorpeSome of the ENGINE file names were changed for 8.3...
2001-09-05 Geoff ThorpeThis adds "destroy" handlers to the existing ENGINEs...
2001-09-03 Geoff ThorpeThis changes the existing hardware ENGINE implementatio...
2001-06-23 Richard LevitteUse the new UI features, among others the new boolean...
2001-06-23 Richard LevitteFor the UI functions that return an int, 0 or any posit...
2001-06-23 Dr. Stephen HensonFix hwcrhk_insert_card.
2001-06-19 Richard Levitte- Add the possibility to control engines through contro...
2001-06-01 Richard LevittenCipher callbacks shall return 0 on success, something...
2001-05-25 Richard LevitteWe had the password callback for ENGINEs pretty much...
2001-04-26 Richard LevitteCheck for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO...
2001-04-19 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-11-14 Richard LevitteModify () to (void), since that's what is actually...
2000-11-07 Richard LevitteConstify DH-related code.
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-06 Richard LevitteAs a consequence of the BIGNUM constification, the...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...