ASN1_primitive_new NULL param handling
[openssl.git] / crypto / engine /
2015-01-26 Rich SalzRemove unused eng_rsax and related asm file
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFix indent issue with engine.h
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-12-17 Emilia KasperBuild fixes
2014-07-09 Andy PolyakovPlease Clang's sanitizer, addendum.
2014-02-18 Dr. Stephen HensonDon't use CRYPTO_AES_CTR if it isn't defined.
2014-02-15 Klaus-Peter JunghannsAdd support for aes-128/192/256-ctr to the cryptodev...
2014-01-28 Dr. Stephen HensonAdd loaded dynamic ENGINEs to list.
2013-12-13 Dr. Stephen HensonDon't use rdrand engine as default unless explicitly...
2013-12-01 Dr. Stephen HensonRSAX no longer compiled.
2013-07-05 Andy PolyakovRemove RSAX engine, superseded by RSAZ module.
2013-06-13 Ben LaurieWrong include path.
2013-01-15 Dr. Stephen Hensonmake update
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-02-27 Dr. Stephen HensonPR: 2735
2011-10-10 Dr. Stephen Hensondef_rsa_finish not used anymore.
2011-10-10 Dr. Stephen Hensonfix leak properly this time...
2011-10-09 Dr. Stephen Hensonfix memory leaks
2011-08-22 Andy Polyakoveng_rsax.c: improve portability [from HEAD].
2011-08-14 Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-08-14 Andy Polyakoveng_rsax.c: make it work on Win64.
2011-08-14 Andy Polyakoveng_rdrand.c: make it link in './config 386' case ...
2011-08-11 Dr. Stephen Hensonprevent compilation errors and warnings
2011-08-10 Andy PolyakovAdd provisory support for RDRAND [from HEAD].
2011-08-03 Dr. Stephen Hensonfix memory leak
2011-07-25 Dr. Stephen HensonDisable rsax for Windows: it doesn't currently work.
2011-07-21 Dr. Stephen Hensonstop warnings
2011-07-20 Andy PolyakovAdd RSAX builtin engine [from HEAD].
2011-05-15 Dr. Stephen Hensonnew flag to stop ENGINE methods being registered
2011-01-30 Dr. Stephen Hensonstop warnings about no previous prototype when compilin...
2010-07-21 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-03-27 Dr. Stephen HensonPR: 1813
2010-03-03 Dr. Stephen Hensondon't mix definitions and code
2010-03-01 Dr. Stephen HensonPR: 2178
2010-03-01 Dr. Stephen Hensonuse correct prototype as in HEAD
2010-03-01 Dr. Stephen Hensonmake USE_CRYPTODEV_DIGESTS work
2010-02-09 Dr. Stephen HensonFix memory leak in ENGINE autoconfig code. Improve...
2010-01-28 Dr. Stephen HensonIn engine_table_select() don't clear out entire error...
2010-01-06 Dr. Stephen HensonENGINE_load_capi() now exists on all platforms (but...
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-07-27 Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-07-26 Ben LaurieFix warnings.
2009-07-11 Dr. Stephen HensonUpdate from HEAD.
2009-07-01 Dr. Stephen HensonPR: 1976
2009-07-01 Dr. Stephen HensonPR: 1974(partial)
2009-07-01 Dr. Stephen Henson192, 256 bit AES and RC4 support for cryptodev.
2009-07-01 Dr. Stephen HensonPR: 1974(partial)
2009-07-01 Dr. Stephen HensonPR: 1974 (partial)
2009-07-01 Dr. Stephen HensonPR: 1970
2009-06-30 Dr. Stephen HensonPR: 1969
2009-06-30 Dr. Stephen HensonPR: 1967
2009-04-22 Dr. Stephen HensonCryptoAPI engine only exists on WIN32.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-10-31 Andy PolyakovFix warnings after commit#17578.
2008-09-15 Bodo MöllerFrom branch OpenSSL_0_9_8-stable: Allow soft-loading...
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04 Ben LaurieMore type-checking.
2008-06-03 Dr. Stephen HensonAdd support for client cert engine setting in s_client...
2008-06-01 Dr. Stephen HensonAllow ENGINE client cert callback to specify a set...
2008-06-01 Dr. Stephen HensonUpdate error codes, move typedef of SSL, SSL_CTX to...
2008-06-01 Dr. Stephen HensonAdd support for ENGINE supplied SSL client auth.
2008-05-31 Dr. Stephen HensonUpdate VC-32.pl and load CryptoAPI engine in the right...
2008-05-31 Dr. Stephen HensonMore CryptoAPI engine code from stable branch.
2008-05-27 Dr. Stephen HensonAvoid "duplicate const" warnings.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-04-28 Geoff ThorpeFix auto-discovery of ENGINEs. See the CHANGES entry...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-11-21 Dr. Stephen HensonLookup public key ASN1 methods by string by iterating...
2007-09-07 Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2006-12-29 Andy PolyakovMinor clean-up in crypto/engine.
2006-12-29 Andy PolyakovMove eng_padlock.c to ./engines.
2006-11-24 Nils Larschregister the engine as default engine in ENGINE_set_def...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-10-23 Andy PolyakovFix mingw warnings.
2006-10-23 Andy PolyakovAllow for mingw cross-compile configuration.
2006-10-19 Andy PolyakovGcc over-optimizes PadLock AES CFB codepath, tell it...
2006-09-21 Dr. Stephen HensonAdd missing prototype. Fix various warnings (C++ commen...
2006-09-21 Dr. Stephen HensonCompile in gost engine.
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-05 Dr. Stephen HensonClarify comment and add #ifdef.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-02 Dr. Stephen HensonMake update.
2006-06-02 Dr. Stephen HensonInitial public key ASN1 method engine support. Not...
2006-06-02 Dr. Stephen HensonAutomatically free up dynamically allocated public...
2006-06-02 Dr. Stephen HensonExtend default method string to include public key...
2006-06-02 Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-06-01 Dr. Stephen HensonFix error code. make update
2006-06-01 Dr. Stephen HensonAdd missing prototype. Extend engine utility to print...
next