summaryrefslogtreecommitdiffstats
path: root/engines/e_ossltest.c
AgeCommit message (Expand)Author
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