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:
Paul Howarth 2014-04-02 12:02:56 +01:00
parent 6156255fa4
commit 70cd5c8b43
2 changed files with 13 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1452f0c298b2278f7a0a95550c0228ce IO-Socket-SSL-1.974.tar.gz
aff1da9c2bda589024c9147c6a3ae33a IO-Socket-SSL-1.975.tar.gz