NO_DSA, NO_RSA patches.
[openssl.git] / crypto / engine /
2001-11-23 Bodo Möllerfix submitted by Andy Schneider <andy.schneider@bjss...
2001-11-22 Geoff ThorpeCut "ENGINE_ID" to the more concise "ID".
2001-11-22 Geoff ThorpeWhen the "dynamic" ENGINE loads another ENGINE from...
2001-11-22 Geoff ThorpeThe "openssl" ENGINE is no longer used except as a...
2001-11-16 Richard LevitteOn systems that don't do too well including headers...
2001-11-14 Richard LevitteAfter loading a dynamic engine, reset the command defin...
2001-11-09 Bodo Möller2001, not 2000
2001-11-05 Richard LevittePlace the OpenSSL-specific headers back so they always...
2001-11-05 Richard LevitteNo need to include anything on systems that do not...
2001-10-10 Richard Levitte'make update'
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-08 Geoff ThorpeAs ENGINE_load_openbsd_dev_crypto() is an API function...
2001-10-08 Geoff ThorpeMake sure the "ENGINE_TABLE" cleanup callbacks have...
2001-10-08 Geoff ThorpeMissing pointer in the eng_table_register function...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-10-01 Richard LevitteWoopsie...
2001-10-01 Richard Levittesk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in...
2001-10-01 Geoff ThorpeThe STACK macros take care of casting to and from the...
2001-09-26 Ben LaurieFixes.
2001-09-26 Ben LaurieFix warning.
2001-09-25 Geoff Thorpe"FALLBACK" handling was a hack that was thrown out...
2001-09-25 Geoff ThorpeThis change puts the original OpenBSD /dev/crypto suppo...
2001-09-25 Geoff ThorpeThis change adds dummy RC4 and SHA1 support to the...
2001-09-25 Geoff ThorpeThis change adds cipher and digest support into ENGINE...
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...
2001-09-25 Geoff ThorpeSome major restructuring changes to ENGINE, including...
2001-09-14 Geoff ThorpeSome of the ENGINE file names were changed for 8.3...
2001-09-14 Geoff ThorpeFix a typo in the preprocessor logic in eng_list.c...
2001-09-12 Geoff ThorpeENGINE uses a very opaque design, so we can predeclare...
2001-09-10 Geoff Thorpeenginetest needs 'memset' defined.
2001-09-10 Ulf Möllermissed one file
2001-09-10 Bodo Mölleravoid warning ('const' discarded)
2001-09-10 Bodo MöllerDelete pointless casts
2001-09-07 Ben LaurieRemove duplication.
2001-09-07 Ulf Möllermake engine file names unique in 8.3
2001-09-06 Ulf Möllerdouble definition
2001-09-06 Bodo MöllerAvoid strdup.
2001-09-05 Geoff ThorpeThis adds "destroy" handlers to the existing ENGINEs...
2001-09-05 Geoff ThorpeENGINE's init() and finish() handler functions are...
2001-09-05 Bodo MöllerSolaris <string.h> does not declare 'strdup' if _XOPEN_...
2001-09-05 Ulf MöllerUse GCC 2.95/3.0 optimization
2001-09-04 Geoff ThorpeMake the 'dynamic' ENGINE bundle up the loading applica...
2001-09-03 Geoff ThorpeThis changes the existing hardware ENGINE implementatio...
2001-09-03 Geoff ThorpeThis change adds a new ENGINE called "dynamic" that...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-26 Geoff Thorpe"make update"
2001-08-25 Geoff ThorpeTidy up some code formatting.
2001-08-23 Dr. Stephen HensonAdd #ifdefs to some devcrypto code
2001-08-18 Ben LaurieAdd RC4 support to OpenBSD.
2001-08-18 Ben LaurieAdd EVP test program.
2001-08-18 Ben LaurieAdd first cut symmetric crypto support.
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-31 Richard Levittemake update
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...
next