Really add the EVP and all of the DES changes.
[openssl.git] / crypto / engine /
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-04 Ben LaurieUpdate nCipher header with more liberal licence.
2001-06-23 Richard LevitteUse the new UI features, among others the new boolean...
2001-06-23 Richard LevitteIncluding stdio.h before setting _XOPEN_SOURCE and
2001-06-23 Richard Levittemake update
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-21 Dr. Stephen HensonFix memory leak when RAND is used: need to cleanup
2001-06-19 Richard Levitte- Add the possibility to control engines through contro...
2001-06-17 Ben LaurieFix a memory leak (there's another around here somewher...
2001-06-05 Richard Levitte'make update'
2001-06-05 Richard LevitteDefining __USE_XOPEN_EXTENDED was the wrong thing....
2001-06-01 Richard LevitteConfusion between algorithms resolved.
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-27 Geoff ThorpeFor some inexplicable reason, I'd (a) left the debuggin...
2001-04-26 Geoff ThorpeSome fixes to the reference-counting in ENGINE code...
2001-04-26 Geoff ThorpeThis adds 2 things to the ENGINE code.
2001-04-26 Richard LevitteProvide the possibility to clean up internal ENGINE...
2001-04-26 Richard Levittegcc warns when certain values of an enumeration aren...
2001-04-26 Richard LevitteCheck for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO...
2001-04-26 Richard Levitteengine.h includes all the needed header files, so don...
2001-04-19 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-19 Geoff ThorpeSome BIG tweaks to ENGINE code.
2001-04-18 Geoff ThorpeSome more tweaks to ENGINE code.
2001-04-18 Geoff ThorpeMake the shared library name and function symbol for...
2001-04-18 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-04-18 Geoff ThorpeStructural references should never be decremented direc...
2001-04-18 Geoff ThorpeThis moves string constants out of vendor headers and...
2001-04-02 Geoff ThorpeENGINE_load_[private|public]_key had error handling...
2001-04-02 Geoff ThorpeActually there were two error cases that could return...
2001-04-02 Geoff ThorpeDon't return an error until the global lock is released.
2001-03-08 Bodo MöllerHide BN_CTX structure details.
2001-02-26 Richard Levittemake update
2001-02-22 Richard LevitteDefine the right macro for Linux and other GNU-based...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard Levittestrdup() is a X/Open extension.
2001-02-20 Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-04 Ben LaurieMake depend.
2000-12-27 Dr. Stephen HensonAvoid compiler warnings in hw_ubsec.c: unused static
2000-12-14 Geoff ThorpeThis is an engine contributed by Broadcom - it is meant...
2000-12-05 Richard LevitteOn Windows, Rainbow uses _stdcall convention under...
2000-11-16 Geoff ThorpeI have no idea how this comment got there, but it's...
2000-11-16 Geoff ThorpeMany applications that use OpenSSL with ENGINE support...
2000-11-14 Richard LevitteModify () to (void), since that's what is actually...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-07 Richard LevitteConstify DH-related code.
2000-11-07 Richard LevitteConstify DSA-related code.
2000-11-07 Richard LevitteMake sure ERR_get_error() is declared.
2000-11-07 Richard LevitteWhen ENGINE_by_id() couldn't find the given engine...
2000-11-06 Richard LevitteAs a consequence of the BIGNUM constification, the...
2000-11-03 Geoff ThorpeRichard moved hw_nuron.c over to DSO-land recently...
2000-11-03 Ulf MöllerMinor corrections (HPUX).
2000-11-02 Richard LevitteChange the engine library so the application writer...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...