aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_ossltest.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-30/+31
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-4/+5
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-78/+154
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+4
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-9/+4
* Continue malloc standardisation in enginesMatt Caswell2015-11-091-2/+2
* Fix prototypes in e_ossttest.c.Andy Polyakov2015-09-291-8/+8
* Change ossltest engine to manually allocate cipher_dataMatt Caswell2015-09-251-18/+14
* Use dynamic engine for libssl test harnessRichard Levitte2015-08-111-3/+3
* Add OSSLTest EngineMatt Caswell2015-08-111-0/+542