]> git.ipfire.org Git - thirdparty/openssl.git/history - engines/e_ossltest.c
Rename all getters to use get/get0 in name
[thirdparty/openssl.git] / engines / e_ossltest.c
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2020-12-02  Richard LevitteAdd test to demonstrate the app's new engine key loading
2020-07-16  Pauli deprecate engines
2020-04-23  Matt CaswellUpdate copyright year
2020-01-19  PauliDeprecate the low level SHA functions.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-14  Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-13  Matt CaswellUpdate copyright year
2018-02-07  Matt CaswellFix some undefined behaviour in ossltest engine
2017-08-06  Dr. Stephen HensonAdd predicatable RAND_METHOD to test ENGINE
2017-06-07  Rich Salzmake error tables const and separate header file
2016-11-29  Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29  Matt CaswellUse the TLSv1.3 nonce construction
2016-11-02  Matt CaswellFix some style issues in ossltest
2016-11-02  Matt CaswellMake sure ossltest engine works with TLS1.3
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-01-26  Rich SalzRemove /* foo.c */ comments
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
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-02  Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-09  Matt CaswellContinue malloc standardisation in engines
2015-09-29  Andy PolyakovFix prototypes in e_ossttest.c.
2015-09-25  Matt CaswellChange ossltest engine to manually allocate cipher_data
2015-08-11  Richard LevitteUse dynamic engine for libssl test harness
2015-08-11  Matt CaswellAdd OSSLTest Engine