aboutsummaryrefslogtreecommitdiffstats
path: root/util/TLSProxy/Proxy.pm
Commit message (Expand)AuthorAgeFilesLines
* Enable TLSProxy to talk TLS1.3Matt Caswell2016-11-021-5/+3
* 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-261-0/+11
* 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-201-51/+5
* Fix a TLSProxy race conditionMatt Caswell2016-03-151-4/+30
* Work-around for proxy->s_server retry logicViktor Dukhovni2016-02-201-1/+3
* 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
* Empty NewSessionTicket: test session resumptionEmilia Kasper2015-09-281-11/+12
* Empty session ticket: add a testEmilia Kasper2015-09-281-0/+1
* Fix some test failures when Configured with zlibMatt Caswell2015-09-191-1/+2
* Add NewSessionTicket test suiteMatt Caswell2015-08-261-6/+58
* Fix TLSProxy end of test detectionMatt Caswell2015-08-261-2/+2
* Fixups in libssl test harnessRichard Levitte2015-08-131-1/+2
* Use dynamic engine for libssl test harnessRichard Levitte2015-08-111-2/+2
* Extend TLSProxy capabilitiesMatt Caswell2015-08-111-6/+36
* Add a libssl test harnessMatt Caswell2015-08-111-0/+364