Update to 1.975
- New upstream release 1.975 - BEHAVIOR CHANGE: work around TEA misfeature on OS X built-in openssl, e.g. guarantee that only the explicitly-given CA or the openssl default CA will be used; this means that certificates inside the OS X keyring will no longer be used, because there is no way to control the use by openssl (e.g. certificate pinning etc.) - Make external tests run by default to make sure default CA works on all platforms; it skips automatically on network problems like timeouts or SSL interception, and can also use http(s)_proxy environment variables
This commit is contained in:
parent
6156255fa4
commit
70cd5c8b43
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.974
|
||||
Version: 1.975
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -72,6 +72,17 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 2 2014 Paul Howarth <paul@city-fan.org> - 1.975-1
|
||||
- Update to 1.975
|
||||
- BEHAVIOR CHANGE: work around TEA misfeature on OS X built-in openssl, e.g.
|
||||
guarantee that only the explicitly-given CA or the openssl default CA will
|
||||
be used; this means that certificates inside the OS X keyring will no
|
||||
longer be used, because there is no way to control the use by openssl
|
||||
(e.g. certificate pinning etc.)
|
||||
- Make external tests run by default to make sure default CA works on all
|
||||
platforms; it skips automatically on network problems like timeouts or SSL
|
||||
interception, and can also use http(s)_proxy environment variables
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user