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:
Paul Howarth 2014-07-14 15:45:33 +01:00
parent dd3cfce8d5
commit bd0d612e4e
2 changed files with 12 additions and 2 deletions

View File

@ -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,

View File

@ -1 +1 @@
59882b27a07b4600df48ab7ec3e6b1a8 IO-Socket-SSL-1.994.tar.gz
2a6268bb42da81e69d1c1feb2fcb0eea IO-Socket-SSL-1.997.tar.gz