summaryrefslogtreecommitdiff
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Add a test for PKCS5_PBE_keyivgen()Jon Spillett2021-05-241-1/+1
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-1/+1
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-2/+1
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-1/+3
* Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell2021-05-151-17/+12
* Update copyright yearMatt Caswell2021-05-061-1/+1
* remove end of line whitespacePauli2021-04-301-8/+8
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-302-20/+123
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-1/+0
* Update copyright yearMatt Caswell2021-02-183-3/+3
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-123-57/+92
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+3
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-051-17/+32
* Update copyright yearRichard Levitte2021-01-286-6/+6
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-263-1/+22
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-261-4/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-6/+10
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-133-55/+6
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-0112-0/+5273