Bug 1331037

Summary: [RFE]allow IO::Socket::SSL to support TLSv1.1, TLSv1.2
Product: Red Hat Enterprise Linux 6 Reporter: Chris Reynolds <creynold>
Component: perl-IO-Socket-SSLAssignee: perl-maint-list
Status: CLOSED CURRENTRELEASE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: high Docs Contact: Lenka Špačková <lkuprova>
Priority: high    
Version: 6.7CC: bphinz, creynold, cww, jorton, jplesnik, jreznik, perl-maint-list, ppisar, psabata, salmy
Target Milestone: rcKeywords: FutureFeature, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-IO-Socket-SSL-1.31-5.el6 Doc Type: Enhancement
Doc Text:
The *IO::Socket::SSL* Perl module now supports restricting of TLS version The *Net:SSLeay* Perl module has been updated to support explicit specification of the TLS protocol versions 1.1 or 1.2 to improve security, and the *IO::Socket::SSL* module has been updated accordingly. When a new *IO::Socket::SSL* object is created, it is now possible to restrict the TLS version to 1.1 or 1.2 by setting the `SSL_version` option to `TLSv1_1` or `TLSv1_2` respectively. Alternatively, `TLSv11` and `TLSv12` can be used. Note that these values are case-sensitive.
Story Points: ---
Clone Of:
: 1335035 1375525 (view as bug list) Environment:
Last Closed: 2017-05-24 14:37:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1325407    
Bug Blocks: 1269194, 1359263, 1375525    

Comment 11 Jitka Plesnikova 2016-09-13 14:22:24 UTC
Test instructions in comment #4 of bug #1375525.