]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/commitdiff
up to 2.084 master auto/th/perl-IO-Socket-SSL-2.084-1
authorJan Palus <atler@pld-linux.org>
Mon, 6 Nov 2023 21:46:47 +0000 (22:46 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 6 Nov 2023 21:46:47 +0000 (22:46 +0100)
IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
perl-IO-Socket-SSL.spec

index 22bda03039e16d7e910e18b24c0cbdb6b92ba63c..fe1f1aa3fbfbe9bba98158b49001e28b10de07f5 100644 (file)
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
 @@ -1043,11 +1043,12 @@ All values are case-insensitive.  Instea
- 'TLSv1_3' one can also use 'TLSv11', 'TLSv12', and 'TLSv13'.  Support for
- 'TLSv1_1', 'TLSv1_2', and 'TLSv1_3' requires recent versions of Net::SSLeay
and openssl.
+ versions are actually supported depend on the versions of OpenSSL and
+ Net::SSLeay installed, but modern protocols like TLS 1.3 are supported by these
for many years now.
 +The default SSL_version is defined by the underlying cryptographic library.
  
  Independent from the handshake format you can limit to set of accepted SSL
  versions by adding !version separated by ':'.
  
--The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
-+For example, 'SSLv23:!SSLv3:!SSLv2' means that the
- handshake format is compatible to SSL2.0 and higher, but that the successful
- handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
both of these versions have serious security issues and should not be used
+-The default SSL_version is 'SSLv23:!TLSv1:!TLSv1_1:!SSLv3:!SSLv2'. This means,
++For example, 'SSLv23:!TLSv1:!TLSv1_1:!SSLv3:!SSLv2' means
+ that the handshake format is compatible to SSL2.0 and higher, but that the
+ successful handshake is limited to TLS1.2 and higher, that is no SSL2.0, SSL3.0,
TLS 1.0 or TLS 1.1 because these versions have serious security issues and
index 43b92406ad19cda4fa4fb3197ad2fbc957a1c0e9..8a0a832adc974386f8464ac1b23ac65cd124a9fb 100644 (file)
@@ -7,14 +7,14 @@
 Summary:       IO::Socket::SSL - nearly transparent SSL encapsulation for IO::Socket::INET
 Summary(pl.UTF-8):     IO::Socket::SSL - prawie przezroczysta obudowa SSL dla IO::Socket::INET
 Name:          perl-IO-Socket-SSL
-Version:       2.083
+Version:       2.084
 Release:       1
 Epoch:         1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 673eaf709a034d4f65dce259bde02500
+# Source0-md5: 67d2dfb438f05a6b54de4d16b8578dce
 Patch0:                IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
 URL:           https://metacpan.org/release/IO-Socket-SSL
 %if %{with tests}
This page took 0.194698 seconds and 4 git commands to generate.