summaryrefslogtreecommitdiffstats
path: root/engines/e_ossltest.c
AgeCommit message (Expand)Author
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-06Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2020-12-02Add test to demonstrate the app's new engine key loadingRichard Levitte
2020-07-16 deprecate enginesPauli
2020-04-23Update copyright yearMatt Caswell
2020-01-19Deprecate the low level SHA functions.Pauli
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-07Fix some undefined behaviour in ossltest engineMatt Caswell
2017-08-06Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson
2017-06-07make error tables const and separate header fileRich Salz
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-02Fix some style issues in ossltestMatt Caswell
2016-11-02Make sure ossltest engine works with TLS1.3Matt Caswell
2016-05-17Copyright consolidation 02/10Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-09Continue malloc standardisation in enginesMatt Caswell
2015-09-29Fix prototypes in e_ossttest.c.Andy Polyakov
2015-09-25Change ossltest engine to manually allocate cipher_dataMatt Caswell
2015-08-11Use dynamic engine for libssl test harnessRichard Levitte
2015-08-11Add OSSLTest EngineMatt Caswell