aboutsummaryrefslogtreecommitdiff
path: root/util/TLSProxy/Proxy.pm
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte1-603/+0
2017-05-31Wait longer for the server in TLSProxy to startMatt Caswell1-1/+1
2017-05-26Fix a Proxy race conditionMatt Caswell1-0/+15
2017-04-28TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte1-0/+6
2017-03-15Fix a hang in tests that use sessionfileMatt Caswell1-12/+10
2017-02-14Update TLSProxy to know about HelloRetryRequest messagesMatt Caswell1-0/+1
2017-01-30Add a capability for TLSProxy to wait for a session before killing s_clientMatt Caswell1-0/+31
2017-01-23Check the exit code from the server processBernd Edlinger1-0/+1
2017-01-10Teach TLSProxy about the CertificateVerify messageMatt Caswell1-0/+1
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell1-0/+1
2016-12-29Add a test to check the EC point formats extension appears when we expectMatt Caswell1-0/+11
2016-12-08Fix various indentationMatt Caswell1-13/+13
2016-12-08Support renegotiation in TLSProxyMatt Caswell1-1/+20
2016-12-08Add tests for new extension codeMatt Caswell1-1/+3
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell1-1/+1
2016-11-23Fix some TLSProxy warningsMatt Caswell1-1/+11
2016-11-02Enable TLSProxy to talk TLS1.3Matt Caswell1-5/+3
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-1/+3
2016-09-26Test CBC mode padding.David Benjamin1-0/+11
2016-06-16Skip the TLSProxy tests if environmental problems are an issueMatt Caswell1-5/+11
2016-05-16Workaround an IO::Socket::IP bugMatt Caswell1-1/+3
2016-05-11Fix TLSProxy race by adding missing evalViktor Dukhovni1-6/+8
2016-04-20Copyright consolidation; .pm and ConfigureRich Salz1-51/+5
2016-03-15Fix a TLSProxy race conditionMatt Caswell1-4/+30
2016-02-20Work-around for proxy->s_server retry logicViktor Dukhovni1-1/+3
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-09-28Empty NewSessionTicket: test session resumptionEmilia Kasper1-11/+12
2015-09-28Empty session ticket: add a testEmilia Kasper1-0/+1
2015-09-19Fix some test failures when Configured with zlibMatt Caswell1-1/+2
2015-08-26Add NewSessionTicket test suiteMatt Caswell1-6/+58
2015-08-26Fix TLSProxy end of test detectionMatt Caswell1-2/+2
2015-08-13Fixups in libssl test harnessRichard Levitte1-1/+2
2015-08-11Use dynamic engine for libssl test harnessRichard Levitte1-2/+2
2015-08-11Extend TLSProxy capabilitiesMatt Caswell1-6/+36
2015-08-11Add a libssl test harnessMatt Caswell1-0/+364