Update to 1.69
- New upstream release 1.69 (changes for CPAN RT#76929) - If no explicit cipher list is given, default to ALL:!LOW instead of the openssl default, which usually includes weak ciphers like DES - New config key SSL_honor_cipher_order and document how to use it to fight BEAST attack - Fix behavior for empty cipher list (use default) - Re-added workaround in t/dhe.t
This commit is contained in:
parent
04cfd057ef
commit
cf5770db64
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.66
|
||||
Version: 1.69
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -54,6 +54,15 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue May 8 2012 Paul Howarth <paul@city-fan.org> - 1.69-1
|
||||
- Update to 1.69 (changes for CPAN RT#76929)
|
||||
- if no explicit cipher list is given, default to ALL:!LOW instead of the
|
||||
openssl default, which usually includes weak ciphers like DES
|
||||
- new config key SSL_honor_cipher_order and document how to use it to fight
|
||||
BEAST attack
|
||||
- fix behavior for empty cipher list (use default)
|
||||
- re-added workaround in t/dhe.t
|
||||
|
||||
* Mon Apr 16 2012 Paul Howarth <paul@city-fan.org> - 1.66-1
|
||||
- Update to 1.66
|
||||
- make it thread safer (CPAN RT#76538)
|
||||
@ -66,7 +75,7 @@ rm -rf %{buildroot}
|
||||
- Update to 1.64
|
||||
- ignore die from within eval to make tests more stable on Win32
|
||||
(CPAN RT#76147)
|
||||
- clarify some behavior regarding hostname verfication
|
||||
- clarify some behavior regarding hostname verification
|
||||
- Drop patch for t/dhe.t, no longer needed
|
||||
|
||||
* Wed Mar 28 2012 Paul Howarth <paul@city-fan.org> - 1.62-1
|
||||
|
Loading…
Reference in New Issue
Block a user