In TLSProxy::Proxy, specify TLSv1.2 as maximum allowable protocol
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 07:06:22 +0000 (08:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 07:46:35 +0000 (08:46 +0100)
commitb4ea929d51c6d0ec0aab78072b81f39289b6de84
treeaf6f1d1300b37078671abc3c02fea521abf8bcc5
parent1f71819af527883d2438cfc7f6cd9962eb155155
In TLSProxy::Proxy, specify TLSv1.2 as maximum allowable protocol

Partially fixes #5661

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5662)
util/perl/TLSProxy/Proxy.pm