aboutsummaryrefslogtreecommitdiff
path: root/test/sslcorrupttest.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz1-2/+0
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-11-18Add a test for the various ways of setting temporary DH paramsMatt Caswell1-1/+2
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-2/+0
2020-07-06Ensure the sslcorrupttest checks all errors on the queueMatt Caswell1-3/+11
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19Use a non-default libctx in sslapitestMatt Caswell1-1/+2
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz1-1/+1
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-3/+3
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell1-4/+2
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-3/+3
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-7/+5
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-12/+12
2017-06-23Remove uses of the TEST_check macro.Pauli1-21/+24
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18Update more testsRich Salz1-70/+25
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk1-1/+1
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell1-1/+7
2016-11-10Fix test_sslcorrupt when using TLSv1.3Matt Caswell1-0/+26
2016-11-10test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov1-1/+1
2016-11-10test: add TLS application data corruption test.Andy Polyakov1-0/+282