summaryrefslogtreecommitdiff
path: root/engines/e_ossltest.c
Commit message (Expand)AuthorAgeFilesLines
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-6/+2
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Replace the AES-128-CBC-HMAC-SHA1 cipher in e_ossltest.cBernd Edlinger2021-10-061-18/+198
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Add test to demonstrate the app's new engine key loadingRichard Levitte2020-12-021-0/+44
* deprecate enginesPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-191-36/+43
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-061-1/+1
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-141-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fix some undefined behaviour in ossltest engineMatt Caswell2018-02-071-5/+11
* Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson2017-08-061-0/+32
* make error tables const and separate header fileRich Salz2017-06-071-1/+0
* 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