Fix a Proxy race condition
[openssl.git] / util / TLSProxy / Proxy.pm
2017-05-26 Matt CaswellFix a Proxy race condition
2017-04-28 Richard LevitteTLSProxy: When in debug mode, show the exact subprocess...
2017-03-15 Matt CaswellFix a hang in tests that use sessionfile
2017-02-14 Matt CaswellUpdate TLSProxy to know about HelloRetryRequest messages
2017-01-30 Matt CaswellAdd a capability for TLSProxy to wait for a session...
2017-01-23 Bernd EdlingerCheck the exit code from the server process
2017-01-10 Matt CaswellTeach TLSProxy about the CertificateVerify message
2017-01-06 Matt CaswellCreate Certificate messages in TLS1.3 format
2016-12-29 Matt CaswellAdd a test to check the EC point formats extension...
2016-12-08 Matt CaswellFix various indentation
2016-12-08 Matt CaswellSupport renegotiation in TLSProxy
2016-12-08 Matt CaswellAdd tests for new extension code
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-11-23 Matt CaswellFix some TLSProxy warnings
2016-11-02 Matt CaswellEnable TLSProxy to talk TLS1.3
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-09-26 David BenjaminTest CBC mode padding.
2016-06-16 Matt CaswellSkip the TLSProxy tests if environmental problems are...
2016-05-16 Matt CaswellWorkaround an IO::Socket::IP bug
2016-05-11 Viktor DukhovniFix TLSProxy race by adding missing eval
2016-04-20 Rich SalzCopyright consolidation; .pm and Configure
2016-03-15 Matt CaswellFix a TLSProxy race condition
2016-02-20 Viktor DukhovniWork-around for proxy->s_server retry logic
2016-02-17 Richard LevitteBe more verbose when debugging is on
2016-02-14 Richard LevittePrefer IO::Socket::INET6 over IO::Socket::IP
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-04 Viktor DukhovniHandle localhost being either 127.0.0.1 or ::1
2016-02-03 Richard LevitteRefactoring BIO: small test correction
2016-02-03 Richard LevitteRefactoring BIO: add a simple networking test of s_clie...
2016-02-03 Emilia KasperRT3234: disable compression
2015-12-29 Richard LevittePrefer ReuseAddr over Reuse, with IO::Socket::INET
2015-09-28 Emilia KasperEmpty NewSessionTicket: test session resumption
2015-09-28 Emilia KasperEmpty session ticket: add a test
2015-09-19 Matt CaswellFix some test failures when Configured with zlib
2015-08-26 Matt CaswellAdd NewSessionTicket test suite
2015-08-26 Matt CaswellFix TLSProxy end of test detection
2015-08-13 Richard LevitteFixups in libssl test harness
2015-08-11 Richard LevitteUse dynamic engine for libssl test harness
2015-08-11 Matt CaswellExtend TLSProxy capabilities
2015-08-11 Matt CaswellAdd a libssl test harness