Update to 1.969
- New upstream release 1.969 - Fix set_defaults to match documentation regarding short names - New function set_args_filter_hack to make it possible to override bad SSL settings from other code at the last moment - Determine default_ca on module load (and not on first use in each thread) - Don't try default hostname verification if verify_mode 0 - Fix hostname verification when reusing context
This commit is contained in:
parent
cb6319f8b2
commit
50d7fbb55f
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 1.968
|
Version: 1.969
|
||||||
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,15 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 16 2014 Paul Howarth <paul@city-fan.org> - 1.969-1
|
||||||
|
- Update to 1.969
|
||||||
|
- Fix set_defaults to match documentation regarding short names
|
||||||
|
- New function set_args_filter_hack to make it possible to override bad SSL
|
||||||
|
settings from other code at the last moment
|
||||||
|
- Determine default_ca on module load (and not on first use in each thread)
|
||||||
|
- Don't try default hostname verification if verify_mode 0
|
||||||
|
- Fix hostname verification when reusing context
|
||||||
|
|
||||||
* Thu Mar 13 2014 Paul Howarth <paul@city-fan.org> - 1.968-1
|
* Thu Mar 13 2014 Paul Howarth <paul@city-fan.org> - 1.968-1
|
||||||
- Update to 1.968
|
- Update to 1.968
|
||||||
- BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem
|
- BEHAVIOR CHANGE: removed implicit defaults of certs/server-{cert,key}.pem
|
||||||
|
Loading…
Reference in New Issue
Block a user