aboutsummaryrefslogtreecommitdiffstats
path: root/util/TLSProxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add extms extensionDr. Stephen Henson2015-12-081-0/+1
* TLSProxy updateDr. Stephen Henson2015-12-082-6/+20
* Empty NewSessionTicket: test session resumptionEmilia Kasper2015-09-283-36/+50
* Empty session ticket: add a testEmilia Kasper2015-09-283-0/+135
* Fix some test failures when Configured with zlibMatt Caswell2015-09-191-1/+2
* Add NewSessionTicket test suiteMatt Caswell2015-08-262-7/+60
* Fix TLSProxy end of test detectionMatt Caswell2015-08-262-13/+22
* for test_sslvertol, add a value to display SSL version < 3 in debugRichard Levitte2015-08-131-2/+4
* Fixups in libssl test harnessRichard Levitte2015-08-133-6/+10
* Use dynamic engine for libssl test harnessRichard Levitte2015-08-111-2/+2
* Extend TLSProxy capabilitiesMatt Caswell2015-08-114-7/+482
* Add a libssl test harnessMatt Caswell2015-08-114-0/+1419