Add an Apple privacy info file for OpenSSL
[openssl.git] / crypto / engine /
2024-04-09 Richard LevitteCopyright year updates
2024-01-31 Tomas MrazRevert "Improved detection of engine-provided private...
2023-10-04 Dmitry BelyavskiyImproved detection of engine-provided private "classic...
2023-09-20 Paulicoverity: NULL dereference
2023-09-15 Bernd EdlingerFix engine cleanup error handling
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
2023-07-01 Pauliengine: update to structure based atomics
2023-06-08 Antony PolukhinWorkaround false positive warning of MSAN in eng_rdrand.c
2023-06-06 Matt CaswellModify ENGINE_pkey_asn1_find_str() to use a read lock...
2023-06-06 Matt CaswellConvert the ENGINE struct_ref field to be an atomic
2023-05-09 Kovalev VasiliyFix memory leak in engine_cleanup_add_first()
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-18 Tomas Mrazeng_dyn: Avoid spurious errors when checking for 1...
2022-02-08 Bernd EdlingerCheck for presence of 1.1.x openssl runtime
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-11-23 Bernd EdlingerAvoid loading of a dynamic engine twice
2021-06-17 Matt CaswellUpdate copyright year
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-25 Rich SalzRemove engine_table_select_int
2021-04-08 Matt CaswellUpdate copyright year
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Paulideprecate engines in libcrypto
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von OheimbRename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-22 Tomas MrazPrevent use after free of global_engine_lock
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Shane LontisFix Dynamic engine loading so that the call to ENGINE_l...
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-15 PauliDeprecate the low level RC4 functions
2019-11-21 PauliEngine: Add NULL check.
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
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...
next