summaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
AgeCommit message (Expand)Author
2017-05-31Wait longer for the server in TLSProxy to startMatt Caswell
2017-05-26Fix a Proxy race conditionMatt Caswell
2017-05-09Add test for no change following an HRRMatt Caswell
2017-05-03Update the TLSv1.3 version indicator for draft-20Matt Caswell
2017-04-28TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-03-16Add some HRR testsMatt Caswell
2017-03-16HelloRetryRequest updates for draft-19Matt Caswell
2017-03-16Update the TLSv1.3 version indicator for draft-19Matt Caswell
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell
2017-02-14Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell
2017-02-14Update the key_share tests for HelloRetryRequestMatt Caswell
2017-01-30Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-23Check the exit code from the server processBernd Edlinger
2017-01-10Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell
2017-01-10Extend ServerKeyExchange parsing to work with a signatureMatt Caswell
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2016-12-29Add a test to check the EC point formats extension appears when we expectMatt Caswell
2016-12-08Fix various indentationMatt Caswell
2016-12-08Remove some spurious whitespaceMatt Caswell
2016-12-08Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell
2016-12-08Support renegotiation in TLSProxyMatt Caswell
2016-12-08Add tests for new extension codeMatt Caswell
2016-12-08Avoid repeatedly scanning the list of extensionsMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-12-05Add more TLS1.3 record testsMatt Caswell
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-23Fix some TLSProxy warningsMatt Caswell
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell
2016-11-16Add some tests for the key_share extensionMatt Caswell
2016-11-09Add a test for the supported_versions extensionMatt Caswell
2016-11-09Add server side support for supported_versions extensionMatt Caswell
2016-11-07Add a test for the wrong version number in a recordMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-09-26Test CBC mode padding.David Benjamin
2016-08-15Add some SSLv2 ClientHello testsMatt Caswell
2016-06-27Add a test for fragmented alertsMatt Caswell
2016-06-16Skip the TLSProxy tests if environmental problems are an issueMatt Caswell
2016-05-16Workaround an IO::Socket::IP bugMatt Caswell
2016-05-11Fix TLSProxy race by adding missing evalViktor Dukhovni
2016-04-20Copyright consolidation; .pm and ConfigureRich Salz
2016-03-15Fix a TLSProxy race conditionMatt Caswell