Cleanup KDF section 1 documentation.
[openssl.git] / crypto / engine /
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-15 Richard Levittecrypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
2019-08-01 Matt CaswellLoad the config file by default
2019-07-22 Patrick SteuerRemove superfluous call to OPENSSL_cpuid_setup
2019-07-16 Rich SalzRegenerate mkerr files
2019-05-07 PauliCoverity CID 1444957: Error handling issues
2019-04-05 Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-03-06 Richard LevitteAdapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_TABLE_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_CONF_DEBUG to the new generic trace API
2019-02-12 Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2018-12-22 Jung-uk KimDo not complain when /dev/crypto does not exist.
2018-12-10 Eneas U de Queirozeng_devcrypto: add command to dump driver info
2018-12-10 Eneas U de Queirozeng_devcrypto: add configuration options
2018-12-10 Eneas U de Queirozeng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOT
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...
next