Update to 2.032

- New upstream release 2.032
  - Set session id context only on the server side; even if the documentation
    for SSL_CTX_set_session_id_context makes clear that this function is server
    side only, it actually affects handling of session reuse on the client side
    too and can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session
    in different context" at the client
This commit is contained in:
Paul Howarth 2016-07-12 16:31:13 +01:00
parent 5e25984e43
commit ddc83e4abc
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 2.031
Version: 2.032
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -116,6 +116,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
%changelog
* Tue Jul 12 2016 Paul Howarth <paul@city-fan.org> - 2.032-1
- Update to 2.032
- Set session id context only on the server side; even if the documentation
for SSL_CTX_set_session_id_context makes clear that this function is server
side only, it actually affects handling of session reuse on the client side
too and can result in error "SSL3_GET_SERVER_HELLO:attempt to reuse session
in different context" at the client
* 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

View File

@ -1 +1 @@
131a7666833cf6e5f9764c6c434586de IO-Socket-SSL-2.031.tar.gz
5c862771592819b3e45369a07ab5cc7f IO-Socket-SSL-2.032.tar.gz