]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/engine
eng_devcrypto: make sure digest can do copy
[thirdparty/openssl.git] / crypto / engine /
2018-12-10  Eneas U de Queirozeng_devcrypto: make sure digest can do copy
2018-12-10  Eneas U de Queirozeng_devcrypto: fix ctr mode
2018-12-10  Eneas U de Queirozeng_devcrypto: add cipher CTX copy function
2018-12-10  Eneas U de Queirozeng_devcrypto: close session on cleanup, not final
2018-12-10  Eneas U de Queirozeng_devcrypto: fix copy of unitilialized digest
2018-12-10  Eneas U de Queirozeng_devcrypto: expand digest failure cases
2018-12-10  Eneas U de Queirozeng_devcrypto: don't leak methods tables
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: ensure we don't leak...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: open /dev/crypto only...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: new compilers are strict...
2018-11-02  Richard Levittecrypto/engine/eng_devcrypto.c: add digest copy
2018-10-05  Richard Levitte/dev/crypto engine: give CIOCFSESSION the actual sess-id
2018-09-24  PauliUse secure_getenv(3) when available.
2018-09-20  Richard Levitte/dev/crypto engine: add missing RC4 parameter
2018-09-11  Matt CaswellUpdate copyright year
2018-08-07  Andy Polyakovengine/eng_lib.c: remove redundant #ifdef.
2018-07-09  Conrad MeyerCorrectly check for cryptodev hash support
2018-06-22  Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Richard LevitteConvert our own check of OPENSSL_NO_DEPRECATED
2018-05-31  Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-29  Matt CaswellUpdate copyright year
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-05-02  Pavel KopylFix memory leaks in CA related functions.
2018-04-20  Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-04  Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03  Rich SalzSet error code on alloc failures
2018-03-20  Matt CaswellUpdate copyright year
2018-03-08  Bryan DonlanFix issues in ia32 RDRAND asm leading to reduced entropy
2018-03-03  Bernd EdlingerFix a possible memory leak in engine_table_register
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-08  Patrick Steuercrypto/engine/eng_list.c: compare getenv rv to NULL...
2017-12-04  MerQGhUpdate eng_fat.c
2017-11-28  PauliA missing semicolon prevents compilation with ENGINE_RE...
2017-11-12  Josh SorefMany spelling fixes/typo's corrected.
2017-11-07  FdaSilvaYYVarious typo
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-25  Rich SalzUse strcpy instead of sprintf %s
2017-08-22  Rich SalzUse "" not <> for internal/ includes
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
next