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:
parent
e9d0d15908
commit
04c77f6f73
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.970
|
Version: 1.971
|
||||||
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,13 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 19 2014 Paul Howarth <paul@city-fan.org> - 1.970-1
|
||||||
- Update to 1.970
|
- Update to 1.970
|
||||||
- Make sure sub default_ca uses a local $_ and not a version of an outer
|
- Make sure sub default_ca uses a local $_ and not a version of an outer
|
||||||
|
Loading…
Reference in New Issue
Block a user