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:
parent
fe07bb8ee1
commit
ee789045bb
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.972
|
Version: 1.973
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -72,6 +72,14 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 23 2014 Paul Howarth <paul@city-fan.org> - 1.972-1
|
||||||
- Update to 1.972
|
- Update to 1.972
|
||||||
- Make sure t/external/usable_ca.t works also with older openssl without
|
- Make sure t/external/usable_ca.t works also with older openssl without
|
||||||
|
Loading…
Reference in New Issue
Block a user