Update to 1.973

- New upstream release 1.973
  - With SSL_ca, certificate handles can now be used in addition to
    SSL_ca_file and SSL_ca_path
  - No longer complain if SSL_ca_file and SSL_ca_path are both given;
    instead, add both as options to the CA store
  - Shortcut 'issuer' to give both issuer_cert and issuer_key in CERT_create
This commit is contained in:
Paul Howarth 2014-03-26 10:18:48 +00:00
parent fe07bb8ee1
commit ee789045bb
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.972
Version: 1.973
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 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
SSL_ca_file and SSL_ca_path
- No longer complain if SSL_ca_file and SSL_ca_path are both given;
instead, add both as options to the CA store
- Shortcut 'issuer' to give both issuer_cert and issuer_key in CERT_create
* Sun Mar 23 2014 Paul Howarth <paul@city-fan.org> - 1.972-1
- Update to 1.972
- Make sure t/external/usable_ca.t works also with older openssl without

View File

@ -1 +1 @@
0d37bb41d2a49d264e2aeed366fba039 IO-Socket-SSL-1.972.tar.gz
99215f419adcf1245c0aa7ce6c7a82f2 IO-Socket-SSL-1.973.tar.gz