Back to bug 1331037

Who When What Removed Added
RHEL Program Management 2016-04-27 17:10:23 UTC Keywords FutureFeature
Red Hat Bugzilla 2016-04-27 17:10:23 UTC Doc Type Bug Fix Enhancement
Petr Pisar 2016-04-28 06:17:17 UTC Summary [RFE]allow Net::SSLeay to support TLSv1.1, TLSv1.2 [RFE]allow IO::Socket::SSL to support TLSv1.1, TLSv1.2
Petr Pisar 2016-04-28 06:17:55 UTC Status NEW ASSIGNED
Brian Hinz 2016-04-28 14:50:12 UTC CC bphinz
Petr Pisar 2016-05-11 07:53:43 UTC Version 6.9 6.7
Petr Pisar 2016-05-11 07:55:31 UTC Depends On 1325407
Chris Williams 2016-06-06 15:27:20 UTC CC cww
Blocks 1269194
Petr Pisar 2016-07-26 09:03:09 UTC Blocks 1355984
Tomáš Hozza 2016-08-31 08:34:25 UTC CC perl-maint-list
Flags needinfo?(perl-maint-list)
Joe Orton 2016-08-31 10:32:49 UTC Blocks 1355984
Joe Orton 2016-08-31 10:35:50 UTC Blocks 1359263
Joe Orton 2016-08-31 10:36:40 UTC CC jorton
Joe Orton 2016-08-31 10:41:16 UTC Depends On 1325407
Joe Orton 2016-08-31 10:41:44 UTC Depends On 1325407
Joe Orton 2016-08-31 13:01:05 UTC Flags needinfo?(perl-maint-list)
Steve Almy 2016-09-07 13:42:09 UTC Priority unspecified high
CC creynold, salmy
Flags needinfo?(creynold)
Chris Reynolds 2016-09-07 13:46:55 UTC Flags needinfo?(creynold)
Jitka Plesnikova 2016-09-13 07:24:13 UTC Status ASSIGNED MODIFIED
CC jplesnik
Fixed In Version perl-IO-Socket-SSL-1.31-4.el6
Marcel Kolaja 2016-09-13 10:19:47 UTC Blocks 1375525
Marcel Kolaja 2016-09-13 10:20:26 UTC Keywords ZStream
Jitka Plesnikova 2016-09-13 14:22:24 UTC Doc Text Feature:
Net:SSLeay was updated to support explicitly specifying
protocol versions TLSv1.1 or TLSv1.2. IO::Socket::SSL
was updated to take advantage of this change.
Reason:
Restricting TLS to recent TLS version is necessary for
tightening security.
Result:
When new IO::Socket::SSL object is creating, it's
possible to restrict TLS version to 1.1/1.2 version by
setting the option SSL_version to value TLSv1_1/TLSv1_2.
All values are case-insensitive. Instead of 'TLSv1_1'
and 'TLSv1_2' one can also use 'TLSv11' and 'TLSv12'.
Jitka Plesnikova 2016-09-27 09:51:19 UTC Fixed In Version perl-IO-Socket-SSL-1.31-4.el6 perl-IO-Socket-SSL-1.31-5.el6
Lenka Špačková 2016-12-07 10:04:23 UTC Docs Contact lkuprova
Lenka Špačková 2016-12-19 17:02:29 UTC Doc Text Feature:
Net:SSLeay was updated to support explicitly specifying
protocol versions TLSv1.1 or TLSv1.2. IO::Socket::SSL
was updated to take advantage of this change.
Reason:
Restricting TLS to recent TLS version is necessary for
tightening security.
Result:
When new IO::Socket::SSL object is creating, it's
possible to restrict TLS version to 1.1/1.2 version by
setting the option SSL_version to value TLSv1_1/TLSv1_2.
All values are case-insensitive. Instead of 'TLSv1_1'
and 'TLSv1_2' one can also use 'TLSv11' and 'TLSv12'.
*Perl IO::Socket::SSL* now supports restricting of TLS version

The *Perl Net:SSLeay* 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.
Lenka Špačková 2016-12-20 10:46:36 UTC Doc Text *Perl IO::Socket::SSL* now supports restricting of TLS version

The *Perl Net:SSLeay* 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.
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.
Jaroslav Reznik 2017-05-24 14:37:19 UTC Status MODIFIED CLOSED
CC jreznik
Resolution --- CURRENTRELEASE
Last Closed 2017-05-24 10:37:19 UTC

Back to bug 1331037