Update to 1.971

- New upstream release 1.971
  - Try to use SSL_hostname for hostname verification if no SSL_verifycn_name
    is given; this way, hostname for SNI and verification can be specified in
    one step
  - New test program example/simulate_proxy.pl
This commit is contained in:
Paul Howarth 2014-03-22 21:38:07 +00:00
parent e9d0d15908
commit 04c77f6f73
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-Socket-SSL
Version: 1.970
Version: 1.971
Release: 1%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
@ -72,6 +72,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
%changelog
* Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 1.971-1
- Update to 1.971
- Try to use SSL_hostname for hostname verification if no SSL_verifycn_name
is given; this way, hostname for SNI and verification can be specified in
one step
- New test program example/simulate_proxy.pl
* Wed Mar 19 2014 Paul Howarth <paul@city-fan.org> - 1.970-1
- Update to 1.970
- Make sure sub default_ca uses a local $_ and not a version of an outer

View File

@ -1 +1 @@
27c275f893017873842caa5082399394 IO-Socket-SSL-1.970.tar.gz
0bdaf4a9b1f5f2a76e99ca4a3bd52d3d IO-Socket-SSL-1.971.tar.gz