aboutsummaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-1511-2884/+0
* Update the version number for TLSv1.3 draft 21Matt Caswell2017-07-071-1/+1
* Add constants for TLS 1.3 SignatureScheme valuesBenjamin Kaduk2017-06-241-0/+27
* Wait longer for the server in TLSProxy to startMatt Caswell2017-05-311-1/+1
* Fix a Proxy race conditionMatt Caswell2017-05-261-0/+15
* Add test for no change following an HRRMatt Caswell2017-05-091-0/+1
* Update the TLSv1.3 version indicator for draft-20Matt Caswell2017-05-031-1/+1
* TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte2017-04-281-0/+6
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Add some HRR testsMatt Caswell2017-03-162-1/+5
* HelloRetryRequest updates for draft-19Matt Caswell2017-03-161-0/+13
* Update the TLSv1.3 version indicator for draft-19Matt Caswell2017-03-161-8/+8
* Fix a hang in tests that use sessionfileMatt Caswell2017-03-151-12/+10
* Add a test to check that if a PSK extension is not last then we failMatt Caswell2017-03-102-10/+31
* Add a test for TLSv1.3 cookiesMatt Caswell2017-03-041-0/+1
* Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell2017-02-143-0/+145
* Update the key_share tests for HelloRetryRequestMatt Caswell2017-02-141-0/+2
* Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell2017-01-302-1/+47
* Add support for the psk_key_exchange_modes extensionMatt Caswell2017-01-301-0/+1
* Check the exit code from the server processBernd Edlinger2017-01-231-0/+1
* Teach TLSProxy how to re-encrypt a TLSv1.3 message after changesMatt Caswell2017-01-101-3/+9
* Extend ServerKeyExchange parsing to work with a signatureMatt Caswell2017-01-102-13/+37
* Teach TLSProxy about the CertificateVerify messageMatt Caswell2017-01-103-0/+106
* Create Certificate messages in TLS1.3 formatMatt Caswell2017-01-063-0/+229
* Add a test to check the EC point formats extension appears when we expectMatt Caswell2016-12-294-3/+19
* Fix various indentationMatt Caswell2016-12-082-17/+17
* Remove some spurious whitespaceMatt Caswell2016-12-082-3/+3
* Fix a bug in TLSProxy where zero length messages were not being recordedMatt Caswell2016-12-081-1/+1
* Support renegotiation in TLSProxyMatt Caswell2016-12-081-1/+20
* Add tests for new extension codeMatt Caswell2016-12-083-2/+138
* Avoid repeatedly scanning the list of extensionsMatt Caswell2016-12-081-3/+4
* Add EncryptedExtensions messageMatt Caswell2016-12-081-0/+2
* Send and Receive a TLSv1.3 format ServerHelloMatt Caswell2016-12-081-14/+30
* Add more TLS1.3 record testsMatt Caswell2016-12-051-2/+11
* Update the record layer to use TLSv1.3 style record constructionMatt Caswell2016-12-052-8/+47
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-2/+0
* Fix some TLSProxy warningsMatt Caswell2016-11-233-3/+26
* Fix the tests following the state machine changes for TLSv1.3Matt Caswell2016-11-233-14/+21
* Add some tests for the key_share extensionMatt Caswell2016-11-161-0/+2
* Add a test for the supported_versions extensionMatt Caswell2016-11-091-0/+1
* Add server side support for supported_versions extensionMatt Caswell2016-11-091-0/+1
* Add a test for the wrong version number in a recordMatt Caswell2016-11-071-5/+8
* Add a test for unrecognised record typesMatt Caswell2016-11-021-2/+4
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-022-16/+19
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-1/+3
* Test CBC mode padding.David Benjamin2016-09-262-3/+14
* Add some SSLv2 ClientHello testsMatt Caswell2016-08-153-6/+31
* Add a test for fragmented alertsMatt Caswell2016-06-271-1/+2
* Skip the TLSProxy tests if environmental problems are an issueMatt Caswell2016-06-161-5/+11
* Workaround an IO::Socket::IP bugMatt Caswell2016-05-161-1/+3