Update to 1.65
- New upstream release 1.65
- Added note to docs to make it clear that X509_get_subjectAltNames returns a
packed binary IP address for type 7 - GEN_IPADD
- Improvements to SSL_OCSP_response_verify to compile under non-c99 compilers
- Port to Android, includes Android-specific version of RSA_generate_key
- Added LibreSSL support
- Patch that fixes the support for SSL_set_info_callback and adds
SSL_CTX_set_info_callback and SSL_set_state; support for these functions is
necessary to either detect renegotiation or to enforce renegotiation
- Fixed a problem with SSL_set_state not available on some early OpenSSLs
- Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and
http_cat()
- Removed unnecessary Debian_CPANTS.txt from MANIFEST - again
This commit is contained in:
parent
68b146d974
commit
96e67fa1ce
@ -1,5 +1,5 @@
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.64
|
||||
Version: 1.65
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for using OpenSSL
|
||||
Group: Development/Libraries
|
||||
@ -88,6 +88,21 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Net::SSLeay::Handle.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2014 Paul Howarth <paul@city-fan.org> - 1.65-1
|
||||
- Update to 1.65
|
||||
- Added note to docs to make it clear that X509_get_subjectAltNames returns a
|
||||
packed binary IP address for type 7 - GEN_IPADD
|
||||
- Improvements to SSL_OCSP_response_verify to compile under non-c99 compilers
|
||||
- Port to Android, includes Android-specific version of RSA_generate_key
|
||||
- Added LibreSSL support
|
||||
- Patch that fixes the support for SSL_set_info_callback and adds
|
||||
SSL_CTX_set_info_callback and SSL_set_state; support for these functions is
|
||||
necessary to either detect renegotiation or to enforce renegotiation
|
||||
- Fixed a problem with SSL_set_state not available on some early OpenSSLs
|
||||
- Removed arbitrary size limits from calls to tcp_read_all in tcpcat() and
|
||||
http_cat()
|
||||
- Removed unnecessary Debian_CPANTS.txt from MANIFEST - again
|
||||
|
||||
* Wed Jun 11 2014 Paul Howarth <paul@city-fan.org> - 1.64-1
|
||||
- Update to 1.64
|
||||
- Test ocsp.t now does not fail if HTTP::Tiny is not installed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user