Add EVP_PKEY_get0_hmac() function
[openssl.git] / crypto / engine /
2016-06-03 Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-05-23 J Mohan Rao Arisankala#4342: few missing malloc return checks and free in...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYAdd checks on CRYPTO_set_ex_data return value
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-14 Kirill MarinushkinFix engine cryptodev: pointer to IV
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Ben LaurieFree methods on destroy.
2016-04-18 Ben LaurieFree engine on error.
2016-04-18 Ben LaurieOpacity.
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate ENGINE_cleanup() and make it a no-op
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-02 Matt CaswellVarious DSA opacity fixups
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-03-23 Rich SalzMove dso.h to internal
2016-03-21 Matt CaswellFix no-dsa
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-16 Ben LaurieDeal with DSA_SIG opaqueness.
2016-03-09 Matt CaswellMove engine library over to using the new thread API
2016-03-09 Richard LevitteFix a typo in dynamic_load()
2016-03-08 Richard LevitteRemove the transfer of lock hooks from bind_engine
2016-03-08 Richard LevitteEngine API repair - memory management hooks
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-19 Richard LevitteBig rename fest of engine DSO names, from libFOO.so...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-14 Viktor DukhovniFixes to make no-deprecated work again
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Richard LevitteAfter auto init, check that the deprecated functions...
2016-02-10 Rich SalzUpdate unified build after store removal
2016-02-10 Richard LevitteConfigure et al: move the installation directory logic...
2016-02-10 Rich SalzRemove store.
2016-02-10 Rich SalzDon't run RC4 test with no-rc4
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-03 FdaSilvaYYfix code indentation issue
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix two possible leaks.
2016-01-20 Richard LevitteAdd an engine destructor to eng_cryptodev.
2016-01-20 Richard LevitteAdapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CI...
2016-01-20 Rich SalzRemove update tags
2016-01-19 Matt CaswellRemove the GOST engine
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all engines that need it to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15 Rich SalzRemove GMP engine.
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen Hensonset standard EC method in eng_openssl
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen HensonEngine EC_KEY_METHOD functionality.
2015-12-09 Dr. Stephen Hensonremove ECDSA_METHOD from ENGINE
2015-12-09 Dr. Stephen Hensonremove ECDH_METHOD from ENGINE
2015-12-09 Dr. Stephen HensonSupport for EC_KEY_METHOD.
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-25 Ben LaurieProbably fix travis (wine build).
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-15 Matt CaswellRemove Obsolete engines
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-16 Matt Caswellmake update
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-07-20 Rich SalzRewrite crypto/ex_data
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
next