summaryrefslogtreecommitdiff
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-3/+4
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-212-0/+8
* Add a test for an app data record appearing before epoch change in DTLSMatt Caswell2023-03-312-18/+21
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-204-45/+180
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-222-102/+98
* Add a helper function to prepend a frame to a packetMatt Caswell2023-02-222-0/+40
* Add explanatory comments to say what happens during resizing of buffersMatt Caswell2023-02-221-5/+21
* Add a qtest_check_server_transport_err helper functionMatt Caswell2023-02-222-7/+20
* Add the capability to listen for datagramsMatt Caswell2023-02-222-26/+96
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-221-1/+1
* Enable the fault injector to add faults to post-encryption packetsMatt Caswell2023-02-222-24/+170
* Expand some comments in the header fileMatt Caswell2023-02-221-11/+58
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-222-15/+37
* Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell2023-02-222-0/+276
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-221-2/+4
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-221-1/+1
* Implement the QUIC Fault injector support for plaintext packetsMatt Caswell2023-02-222-0/+143
* Add a skeleton quicfaultstestMatt Caswell2023-02-222-0/+167
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-211-5/+3
* Add support for compressed certificates (RFC8879)Todd Short2022-10-183-0/+12
* 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