aboutsummaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix TLSProxy race by adding missing evalViktor Dukhovni2016-05-111-6/+8
* Copyright consolidation; .pm and ConfigureRich Salz2016-04-207-356/+35
* Fix a TLSProxy race conditionMatt Caswell2016-03-151-4/+30
* Don't use 'parent' in util/dofile.plRichard Levitte2016-02-214-4/+8
* Work-around for proxy->s_server retry logicViktor Dukhovni2016-02-201-1/+3
* TLS: reject duplicate extensionsEmilia Kasper2016-02-193-10/+28
* Be more verbose when debugging is onRichard Levitte2016-02-171-6/+10
* Prefer IO::Socket::INET6 over IO::Socket::IPRichard Levitte2016-02-141-12/+11
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-1/+1
* Handle localhost being either 127.0.0.1 or ::1Viktor Dukhovni2016-02-031-0/+1
* Refactoring BIO: small test correctionRichard Levitte2016-02-031-1/+1
* Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte2016-02-031-11/+61
* RT3234: disable compressionEmilia Kasper2016-02-031-1/+1
* Prefer ReuseAddr over Reuse, with IO::Socket::INETRichard Levitte2015-12-291-1/+1
* Add test for missing CertificateStatus messageMatt Caswell2015-12-271-0/+1