Changelog for
perl-Net-SSLeay-1.85-11.fc30.x86_64.rpm :
* Fri Nov 01 2019 Paul Howarth
- 1.85-11- Get libraries to link against from pkg-config (#1704785) Adapted from https://github.com/radiator-software/p5-net-ssleay/pull/127
* Fri Feb 01 2019 Fedora Release Engineering - 1.85-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Sep 29 2018 Paul Howarth - 1.85-9- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it
* Wed Sep 19 2018 Paul Howarth - 1.85-8- Expose SSL_CTX_set_post_handshake_auth (#1630391) https://github.com/radiator-software/p5-net-ssleay/pull/68
* Fri Aug 17 2018 Petr Pisar - 1.85-7- Revert retry in Net::SSLeay::write_partial() (bug #1614884)
* Wed Aug 15 2018 Petr Pisar - 1.85-6- Revert retry in Net::SSLeay::{read,write}() (bug #1614884)
* Tue Aug 14 2018 Petr Pisar - 1.85-5- Avoid SIGPIPE in t/local/36_verify.t (bug #1614884)
* Mon Aug 13 2018 Petr Pisar - 1.85-4- Adapt to OpenSSL 1.1.1 (bug #1614884)- Adapt tests to system-wide crypto policy (bug #1614884)
* Fri Jul 13 2018 Fedora Release Engineering - 1.85-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jun 28 2018 Jitka Plesnikova - 1.85-2- Perl 5.28 rebuild
* Wed Mar 14 2018 Paul Howarth - 1.85-1- Update to 1.85 - Preparations for transferring maintenace to a new maintainer - Fixed test failure in t/local/33_x509_create_cert.t for some versions of OpenSSL - Fixed free() error that causes \"Free to wrong pool ...\" message on Windows
* Thu Feb 08 2018 Fedora Release Engineering - 1.84-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 17 2018 Paul Howarth - 1.84-1- Update to 1.84 - Fixed an error in t/local/04_basic.t causing a test failure if Test::Exception not installed
* Tue Jan 16 2018 Paul Howarth - 1.83-1- Update to 1.83 - Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they are not available on LibreSSL - Add support for SSL_set_default_passwd_cb
* for OpenSSL 1.1.0f and later; LibreSSL does not support these functions, at least yet - Add new functions related to SSL_CTX_new - Add two new functions introduced in OpenSSL 1.1.0, a number of constants and a couple of const qualifiers to SSLeay.xs; tests and documentation .pod were also updated - Added support for SSL_use_certificate_chain_file function introduced in OpenSSL 1.1.0 - Fixed LibreSSL version detection to correctly parse LibreSSL minor version - Fix memory leaks in OCSP handling - Add new functions for certificate verification introduced in OpenSSL 1.02, a number of constants, new test data files, new tests and updates to .pod documentation; the new functions provide access to the built-in wildcard check functionality available in OpenSSL 1.0.2 and later - Added X509_STORE_CTX_new and X509_verify_cert - SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify fails but the intermediate certificate succeeds