Update to 2.031
- New upstream release 2.031 - Utils::CERT_create - don't add given extensions again if they were already added; Firefox croaks with sec_error_extension_value_invalid if (specific?) extensions are given twice - Assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates with the reverse order as in the PKCS12 file, because that's what it does - Support for creating ECC keys in Utils once supported by Net::SSLeay - Remove internal sub session_cache and access cache directly (faster) - Update patches as needed
This commit is contained in:
parent
1bbcd86cf3
commit
5e25984e43
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2183,7 +2183,7 @@ sub new {
|
||||
@@ -2186,7 +2186,7 @@ sub new {
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_DH_USE;
|
||||
$ssl_op |= &Net::SSLeay::OP_SINGLE_ECDH_USE if $can_ecdh;
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.029
|
||||
Version: 2.031
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -7,7 +7,7 @@ License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||
Patch0: IO-Socket-SSL-2.026-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.026-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.031-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -116,6 +116,17 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 8 2016 Paul Howarth <paul@city-fan.org> - 2.031-1
|
||||
- Update to 2.031
|
||||
- Utils::CERT_create - don't add given extensions again if they were already
|
||||
added; Firefox croaks with sec_error_extension_value_invalid if (specific?)
|
||||
extensions are given twice
|
||||
- Assume that Net::SSLeay::P_PKCS12_load_file will return the CA certificates
|
||||
with the reverse order as in the PKCS12 file, because that's what it does
|
||||
- Support for creating ECC keys in Utils once supported by Net::SSLeay
|
||||
- Remove internal sub session_cache and access cache directly (faster)
|
||||
- Update patches as needed
|
||||
|
||||
* Tue Jun 28 2016 Paul Howarth <paul@city-fan.org> - 2.029-1
|
||||
- Update to 2.029
|
||||
- Add del_session method to session cache
|
||||
|
Loading…
Reference in New Issue
Block a user