Update to 1.997
- New upstream release 1.997 - Fix initialization and creation of OpenSSL-internals for perlcc compatibility (CPAN RT#95452) - Add refresh option for peer_certificate, so that it checks if the certificate changed in the mean time (on renegotiation) - Fix fingerprint checking - now applies only to top-most certificate - IO::Socket::SSL::Utils - accept extensions within CERT_create - Various documentation fixes
This commit is contained in:
parent
dd3cfce8d5
commit
bd0d612e4e
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.994
|
||||
Version: 1.997
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -90,6 +90,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 1.997-1
|
||||
- Update to 1.997
|
||||
- Fix initialization and creation of OpenSSL-internals for perlcc
|
||||
compatibility (CPAN RT#95452)
|
||||
- Add refresh option for peer_certificate, so that it checks if the
|
||||
certificate changed in the mean time (on renegotiation)
|
||||
- Fix fingerprint checking - now applies only to top-most certificate
|
||||
- IO::Socket::SSL::Utils - accept extensions within CERT_create
|
||||
- Various documentation fixes
|
||||
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user