aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_sslrecords.t
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Remove unneeded stuffFrederik Wedel-Heinen2024-02-091-4/+0
* Refactor skip test statements.Frederik Wedel-Heinen2024-02-091-34/+21
* Adds some version guards for dummy proxy.Frederik Wedel-Heinen2024-02-091-3/+7
* Don't use dtls proxy on windows.Frederik Wedel-Heinen2024-02-091-0/+1
* Check if creating a tlsproxy instance per use allows to run the tests on wind...Frederik Wedel-Heinen2024-02-091-17/+23
* Fix test runs on builds without tls1_3Frederik Wedel-Heinen2024-02-091-0/+7
* Skip tests if build does not support dtls1.2 or tls1.2Frederik Wedel-Heinen2024-02-091-13/+22
* Merge dtls and tls records testsFrederik Wedel-Heinen2024-02-091-241/+340
* Support DTLS in TLS::Proxy.Frederik Wedel-Heinen2024-02-091-6/+7
* Test that we ignore a bad record version in a plaintext TLSv1.3 recordMatt Caswell2022-08-291-2/+38
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Remove OPENSSL_ia32cap overrides in various test scriptsBernd Edlinger2021-10-061-1/+0
* adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-051-1/+12
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-1/+12
* Add a test for interleaving app data with handshake data in TLSv1.3Matt Caswell2019-02-191-6/+96
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov2018-04-181-40/+86
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-141-3/+3
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Enable TLSProxy tests on WindowsRichard Levitte2018-01-201-1/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-141-1/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-3/+3
* Don't allow fragmented alertsMatt Caswell2017-05-171-4/+4
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell2017-03-071-1/+1
* Add a test for records not on the record boundaryMatt Caswell2017-03-071-11/+112
* Adopt test to changed behaviorBenjamin Kaduk2017-02-231-1/+1
* Add more TLS1.3 record testsMatt Caswell2016-12-051-6/+46
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-231-0/+1
* Add a test for the wrong version number in a recordMatt Caswell2016-11-071-1/+31
* Add a test for unrecognised record typesMatt Caswell2016-11-021-1/+47
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-021-0/+9
* Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell2016-08-151-1/+0
* Add some SSLv2 ClientHello testsMatt Caswell2016-08-151-1/+197
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Fix no-tls1_2Matt Caswell2016-07-251-2/+2
* Add a test for fragmented alertsMatt Caswell2016-06-271-1/+61
* Skip the TLSProxy tests if environmental problems are an issueMatt Caswell2016-06-161-3/+2
* Add empty record testsMatt Caswell2016-06-071-0/+81