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:
parent
5e25984e43
commit
ddc83e4abc
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.031
|
Version: 2.032
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -116,6 +116,14 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 8 2016 Paul Howarth <paul@city-fan.org> - 2.031-1
|
||||||
- Update to 2.031
|
- Update to 2.031
|
||||||
- Utils::CERT_create - don't add given extensions again if they were already
|
- Utils::CERT_create - don't add given extensions again if they were already
|
||||||
|
Loading…
Reference in New Issue
Block a user