Remove redundant declarations in ssl_locl.h
[openssl.git] / crypto / engine /
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-28 Richard LevitteComment on the lack of documentation for asymmetric...
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-19 Rich SalzRemove bsd_cryptodev engine
2017-06-11 Josh Sorefimprove comment: use "optimization" for clarity
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-07 Richard LevitteDon't try to clean up RAND from ENGINE
2017-01-10 Richard LevitteOnly enable CRYPTO_3DES_ECB if that name is an existing...
2017-01-10 Richard LevitteSmall fixes of cryptodev engine
2017-01-10 Iaroslav Gridinuse EVP_CIPHER_CTX_ functions instead of accessing...
2017-01-10 Iaroslav Gridinfix for BSD cryptodev
2017-01-10 Iaroslav GridinRemove commented-out HMAC code
2017-01-10 Iaroslav GridinStyle the code
2017-01-10 Iaroslav GridinRemove unused ret variable
2017-01-10 Iaroslav GridinRemove non-functional CRYPTO_AES_CTR ifdef disabling...
2017-01-10 Iaroslav GridinAdd AES-ECB and 3DES-ECB to cryptodev
2017-01-10 Nikos Mavrogiannop... cryptodev: allow copying EVP contexts
2017-01-10 Nikos Mavrogiannop... cryptodev: Fix issue with signature generation
2016-11-17 Kurt RoeckxFix name of "locked" variable
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-10-22 jrmarinoFix support for DragonFly BSD
2016-10-21 Rich SalzGH1546: Fix old names in cryptodev code.
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-02 FdaSilvaYYFix some style issues...
2016-08-01 Ben LaurieFix various no-*s.
2016-07-25 FdaSilvaYYexplicit init
2016-07-25 FdaSilvaYYConstify engine/eng_cnf.c internal method.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19 Richard Levittemake update
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-24 Ben LaurieDeal with API changes.
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
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
next