aboutsummaryrefslogtreecommitdiff
path: root/util/TLSProxy
AgeCommit message (Expand)AuthorFilesLines
2016-02-21Don't use 'parent' in util/dofile.plRichard Levitte4-4/+8
2016-02-20Work-around for proxy->s_server retry logicViktor Dukhovni1-1/+3
2016-02-19TLS: reject duplicate extensionsEmilia Kasper3-10/+28
2016-02-17Be more verbose when debugging is onRichard Levitte1-6/+10
2016-02-14Prefer IO::Socket::INET6 over IO::Socket::IPRichard Levitte1-12/+11
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni1-1/+1
2016-02-03Handle localhost being either 127.0.0.1 or ::1Viktor Dukhovni1-0/+1
2016-02-03Refactoring BIO: small test correctionRichard Levitte1-1/+1
2016-02-03Refactoring BIO: add a simple networking test of s_client and s_serverRichard Levitte1-11/+61
2016-02-03RT3234: disable compressionEmilia Kasper1-1/+1
2015-12-29Prefer ReuseAddr over Reuse, with IO::Socket::INETRichard Levitte1-1/+1
2015-12-27Add test for missing CertificateStatus messageMatt Caswell1-0/+1
2015-12-08Add extms extensionDr. Stephen Henson1-0/+1
2015-12-08TLSProxy updateDr. Stephen Henson2-6/+20
2015-09-28Empty NewSessionTicket: test session resumptionEmilia Kasper3-36/+50
2015-09-28Empty session ticket: add a testEmilia Kasper3-0/+135
2015-09-19Fix some test failures when Configured with zlibMatt Caswell1-1/+2
2015-08-26Add NewSessionTicket test suiteMatt Caswell2-7/+60
2015-08-26Fix TLSProxy end of test detectionMatt Caswell2-13/+22
2015-08-13for test_sslvertol, add a value to display SSL version < 3 in debugRichard Levitte1-2/+4
2015-08-13Fixups in libssl test harnessRichard Levitte3-6/+10
2015-08-11Use dynamic engine for libssl test harnessRichard Levitte1-2/+2
2015-08-11Extend TLSProxy capabilitiesMatt Caswell4-7/+482
2015-08-11Add a libssl test harnessMatt Caswell4-0/+1419