aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_ossltest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell2016-11-291-6/+3
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-11/+24
* Fix some style issues in ossltestMatt Caswell2016-11-021-7/+4
* Make sure ossltest engine works with TLS1.3Matt Caswell2016-11-021-1/+85
* Copyright consolidation 02/10Rich Salz2016-05-171-48/+5
* Auto init/deinit libcryptoMatt Caswell2016-02-091-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* 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