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:
Paul Howarth 2014-05-10 23:07:40 +01:00
parent e56716ca31
commit cf47cd0114
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1b4fd446efb65010574f2f45a04261ec IO-Socket-SSL-1.983.tar.gz
d2a2554c9394fb774d37ed7e14a8d172 IO-Socket-SSL-1.984.tar.gz