-
Thu Oct 06 2016 Petr Pisar <ppisar@redhat.com> - 1.94-6
- Add support for TLSv1.1, TLSv1.2 (bug #1335035)
-
Thu Mar 10 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-5
- Add support for ECDH key exchange (bug #1316377)
-
Fri Mar 04 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-4
- Respect OpenSSL default ciphers and protocol versions (bug #1127322)
- Fix typo in Utils.pm (bug #1097710)
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.94-3
- Mass rebuild 2013-12-27
-
Wed Aug 07 2013 Petr Ĺ abata <contyk@redhat.com> - 1.94-2.1
- Extend the dependency list and remove not needed conditionals
- Modernize the spec
-
Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 1.94-2
- Correct error reporting (CPAN RT#87052)
-
Sat Jun 01 2013 Paul Howarth <paul@city-fan.org> - 1.94-1
- Update to 1.94
- Makefile.PL reported wrong version of openssl if Net::SSLeay was not
installed, instead of reporting a missing dependency of Net::SSLeay
-
Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 1.93-1
- Update to 1.93
- Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6
years ago; remove code to work around older releases
- Changed AUTHOR in Makefile.PL from array back to string, because the array
feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739)
- Set openssl version requirement to 0.9.8
- Drop ExtUtils::MakeMaker version requirement back to 6.46
-
Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.92-1
- Update to 1.92
- Intercept: use sha1-fingerprint of original cert for id into cache unless
otherwise given
- Fix pod error in IO::Socket::SSL::Utils (CPAN RT#85733)
-
Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.91-1
- Update to 1.91
- Added IO::Socket::SSL::Utils for easier manipulation of certificates and
keys
- Moved SSL interception into IO::Socket::SSL::Intercept and simplified it
using IO::Socket::SSL::Utils
- Enhance meta information in Makefile.PL
- Bump openssl version requirement to 0.9.8a
- Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)