Update to 1.994
- New upstream release 1.994 - IO::Socket::SSL can now be used as dual-use socket, e.g. start plain, upgrade to SSL and downgrade again all with the same object; see documentation of SSL_startHandshake and chapter Advanced Usage - Try to apply SSL_ca* even if verify_mode is 0, but don't complain if this fails; this is needed if one wants to explicitly verify OCSP lookups even if verification is otherwise off, because otherwise the signature check would fail (this is mostly useful for testing) - Reorder documentation of attributes for new, so that the more important ones are at the top
This commit is contained in:
parent
049da7beb6
commit
dd3cfce8d5
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.993
|
||||
Version: 1.994
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -90,6 +90,18 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 23 2014 Paul Howarth <paul@city-fan.org> - 1.994-1
|
||||
- Update to 1.994
|
||||
- IO::Socket::SSL can now be used as dual-use socket, e.g. start plain,
|
||||
upgrade to SSL and downgrade again all with the same object; see
|
||||
documentation of SSL_startHandshake and chapter Advanced Usage
|
||||
- Try to apply SSL_ca* even if verify_mode is 0, but don't complain if this
|
||||
fails; this is needed if one wants to explicitly verify OCSP lookups even
|
||||
if verification is otherwise off, because otherwise the signature check
|
||||
would fail (this is mostly useful for testing)
|
||||
- Reorder documentation of attributes for new, so that the more important
|
||||
ones are at the top
|
||||
|
||||
* Sun Jun 15 2014 Paul Howarth <paul@city-fan.org> - 1.993-1
|
||||
- Update to 1.993
|
||||
- Major rewrite of documentation, now in separate file
|
||||
|
Loading…
Reference in New Issue
Block a user