Update to 1.984
- New upstream release 1.984 - Added OCSP support: - Needs Net::SSLeay ≥ 1.59 - For usage see documentation of IO::Socket::SSL (examples and anything with OCSP in the name) - New tool util/analyze-ssl.pl, which is intended to help in debugging of SSL problems and to get information about capabilities of server; it works also as an example of how to use various features (like OCSP, SNI...) - Fix peer_certificates (returns leaf certificate only once on client side) - Added timeout for stop_SSL (either with Timeout or with the default timeout for IO::Socket) - Fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local time is not GMT; use Net::SSLeay::ASN1_TIME_timet if available - Fix t/external/usable_ca.t for system with junk in CA files
This commit is contained in:
parent
e56716ca31
commit
cf47cd0114
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 1.983
|
||||
Version: 1.984
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -83,6 +83,22 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Sat May 10 2014 Paul Howarth <paul@city-fan.org> - 1.984-1
|
||||
- Update to 1.984
|
||||
- Added OCSP support:
|
||||
- Needs Net::SSLeay ≥ 1.59
|
||||
- For usage see documentation of IO::Socket::SSL (examples and anything
|
||||
with OCSP in the name)
|
||||
- New tool util/analyze-ssl.pl, which is intended to help in debugging of SSL
|
||||
problems and to get information about capabilities of server; it works also
|
||||
as an example of how to use various features (like OCSP, SNI...)
|
||||
- Fix peer_certificates (returns leaf certificate only once on client side)
|
||||
- Added timeout for stop_SSL (either with Timeout or with the default timeout
|
||||
for IO::Socket)
|
||||
- Fix IO::Socket::SSL::Utils mapping between ASN1_TIME and time_t when local
|
||||
time is not GMT; use Net::SSLeay::ASN1_TIME_timet if available
|
||||
- Fix t/external/usable_ca.t for system with junk in CA files
|
||||
|
||||
* Sun May 4 2014 Paul Howarth <paul@city-fan.org> - 1.983-1
|
||||
- Update to 1.983
|
||||
- Fix public suffix handling: ajax.googleapis.com should be ok even if
|
||||
|
Loading…
Reference in New Issue
Block a user