summaryrefslogtreecommitdiff
path: root/test/sslcorrupttest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-271-2/+0
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* Add a test for the various ways of setting temporary DH paramsMatt Caswell2020-11-181-1/+2
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* Ensure the sslcorrupttest checks all errors on the queueMatt Caswell2020-07-061-3/+11
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a non-default libctx in sslapitestMatt Caswell2020-04-191-1/+2
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-3/+3
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-041-4/+2
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-3/+3
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-7/+5
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-12/+12
* Remove uses of the TEST_check macro.Pauli2017-06-231-21/+24
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Update more testsRich Salz2017-04-181-70/+25
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-1/+1
* Update the record layer to use TLSv1.3 style record constructionMatt Caswell2016-12-051-1/+7
* Fix test_sslcorrupt when using TLSv1.3Matt Caswell2016-11-101-0/+26
* test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov2016-11-101-1/+1
* test: add TLS application data corruption test.Andy Polyakov2016-11-101-0/+282