aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslrecords.t
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-09Remove unneeded stuffFrederik Wedel-Heinen1-4/+0
2024-02-09Refactor skip test statements.Frederik Wedel-Heinen1-34/+21
2024-02-09Adds some version guards for dummy proxy.Frederik Wedel-Heinen1-3/+7
2024-02-09Don't use dtls proxy on windows.Frederik Wedel-Heinen1-0/+1
2024-02-09Check if creating a tlsproxy instance per use allows to run the tests on wind...Frederik Wedel-Heinen1-17/+23
2024-02-09Fix test runs on builds without tls1_3Frederik Wedel-Heinen1-0/+7
2024-02-09Skip tests if build does not support dtls1.2 or tls1.2Frederik Wedel-Heinen1-13/+22
2024-02-09Merge dtls and tls records testsFrederik Wedel-Heinen1-241/+340
2024-02-09Support DTLS in TLS::Proxy.Frederik Wedel-Heinen1-6/+7
2022-08-29Test that we ignore a bad record version in a plaintext TLSv1.3 recordMatt Caswell1-2/+38
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-01-05Fix typosDimitris Apostolou1-1/+1
2021-10-06Remove OPENSSL_ia32cap overrides in various test scriptsBernd Edlinger1-1/+0
2021-05-05adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk1-1/+1
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell1-1/+12
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx1-1/+12
2019-02-19Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell1-6/+96
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-04-18recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov1-40/+86
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell1-3/+3
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-20Enable TLSProxy tests on WindowsRichard Levitte1-1/+1
2017-12-14Merge HRR into ServerHelloMatt Caswell1-1/+2
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-3/+3
2017-05-17Don't allow fragmented alertsMatt Caswell1-4/+4
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-07Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell1-1/+1
2017-03-07Add a test for records not on the record boundaryMatt Caswell1-11/+112
2017-02-23Adopt test to changed behaviorBenjamin Kaduk1-1/+1
2016-12-05Add more TLS1.3 record testsMatt Caswell1-6/+46
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell1-0/+1
2016-11-07Add a test for the wrong version number in a recordMatt Caswell1-1/+31
2016-11-02Add a test for unrecognised record typesMatt Caswell1-1/+47
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell1-0/+9
2016-08-15Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell1-1/+0
2016-08-15Add some SSLv2 ClientHello testsMatt Caswell1-1/+197
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-25Fix no-tls1_2Matt Caswell1-2/+2
2016-06-27Add a test for fragmented alertsMatt Caswell1-1/+61
2016-06-16Skip the TLSProxy tests if environmental problems are an issueMatt Caswell1-3/+2
2016-06-07Add empty record testsMatt Caswell1-0/+81