summaryrefslogtreecommitdiffstats
path: root/test/helpers
AgeCommit message (Expand)Author
8 daysCopyright year updatesTomas Mraz
2024-05-28Move the ability to load the dasync engine into ssltestlib.cMatt Caswell
2023-07-17Add a test for a retry during the handshakeMatt Caswell
2023-05-30Update copyright yearTomas Mraz
2023-03-31Add a test for an app data record appearing before epoch change in DTLSMatt Caswell
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-09-21Coverity 1515415: NULL dereferencePauli
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-08-17Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-23Fix Coverity 1498613: resource leakPauli
2022-03-15Update copyright yearMatt Caswell
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-02[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-02-09Add the check after calling OPENSSL_strdupJiasheng Jiang
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdataPW Hu
2021-10-11Bugfix: unsafe return check of EVP_PKEY_fromdata_initPW Hu
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell
2021-06-26test: avoid memory leaks on errorsPauli
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin
2021-06-15Move AllowClientRenegotiation testsRich Salz
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-02test: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-24Add a test for PKCS5_PBE_keyivgen()Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell
2021-05-06Update copyright yearMatt Caswell
2021-04-30remove end of line whitespacePauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb