summaryrefslogtreecommitdiff
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
* Add some more brainpool tests for TLSv1.3Matt Caswell2022-10-071-0/+11
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-2/+1
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-232-3/+12
* Coverity 1515415: NULL dereferencePauli2022-09-211-1/+2
* stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb2022-09-161-5/+8
* Standardise type for epochMatt Caswell2022-08-181-1/+1
* Add a DTLSv1_listen() testMatt Caswell2022-08-182-14/+53
* Test that swapping the first app data record with Finished msg worksMatt Caswell2022-08-012-0/+34
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-1/+7
* Add a DTLS next epoch testMatt Caswell2022-06-282-0/+84
* Add a test_ssl_new testcaseTomas Mraz2022-06-032-1/+3
* Update copyright yearMatt Caswell2022-05-036-6/+6
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-6/+2
* Fix Coverity 1498613: resource leakPauli2022-03-231-0/+1
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-2/+10
* [ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri2022-03-012-0/+22
* test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang2022-02-161-0/+4
* Add the check after calling OPENSSL_strdupJiasheng Jiang2022-02-091-0/+16
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-2/+2
* fix some code with obvious wrong coding stylex20182021-10-283-6/+6
* Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu2021-10-111-1/+1
* Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu2021-10-111-1/+1
* Fix test code to not assume NUL terminated stringsMatt Caswell2021-08-241-2/+5
* test: avoid memory leaks on errorsPauli2021-06-261-1/+3
* Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-06-211-18/+17
* Move AllowClientRenegotiation testsRich Salz2021-06-151-0/+1
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-052-3/+3
* test: remove TODOsPauli2021-06-022-14/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* 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