Update to 1.974

- New upstream release 1.974
  - New function peer_certificates to get the whole certificate chain; needs
    Net::SSLeay ≥ 1.58
  - Extended IO::Socket::Utils::CERT_asHash to provide way more information,
    like issuer information, cert and pubkey digests, all extensions, CRL
    distribution points and OCSP uri
This commit is contained in:
Paul Howarth 2014-04-02 10:09:58 +01:00
parent ee789045bb
commit 6156255fa4
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.973
Version: 1.974
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -72,6 +72,14 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog
* Wed Apr 2 2014 Paul Howarth <paul@city-fan.org> - 1.974-1
- Update to 1.974
- New function peer_certificates to get the whole certificate chain; needs
Net::SSLeay 1.58
- Extended IO::Socket::Utils::CERT_asHash to provide way more information,
like issuer information, cert and pubkey digests, all extensions, CRL
distribution points and OCSP uri
* Wed Mar 26 2014 Paul Howarth <paul@city-fan.org> - 1.973-1
- Update to 1.973
- With SSL_ca, certificate handles can now be used in addition to

View File

@ -1 +1 @@
99215f419adcf1245c0aa7ce6c7a82f2 IO-Socket-SSL-1.973.tar.gz
1452f0c298b2278f7a0a95550c0228ce IO-Socket-SSL-1.974.tar.gz