Update to 1.26 (SECURITY FIX)
verify_hostname_of_cert matched only the prefix for the hostname when no wildcard was given, e.g. www.example.org matched against a certificate with name www.exam in it
This commit is contained in:
parent
a50dfc8212
commit
b6031e4048
@ -1 +1 @@
|
||||
IO-Socket-SSL-1.25.tar.gz
|
||||
IO-Socket-SSL-1.26.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.25
|
||||
Version: 1.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -60,6 +60,11 @@ done
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 4 2009 Paul Howarth <paul@city-fan.org> - 1.26-1
|
||||
- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
|
||||
hostname when no wildcard was given, e.g. www.example.org matched against a
|
||||
certificate with name www.exam in it)
|
||||
|
||||
* Fri Jul 3 2009 Paul Howarth <paul@city-fan.org> - 1.25-1
|
||||
- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user