aboutsummaryrefslogtreecommitdiff
path: root/test/sslcorrupttest.c
AgeCommit message (Expand)AuthorFilesLines
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