From: | dam [...] cpan.org |
Subject: | [PATCH] set_cert_and_key() should return error only when some of the underlying routines does |
In Debian we are currently applying the following patch to
Net-SSLeay.
We thought you might be interested in it too.
Description: set_cert_and_key() should return error only when some of the underlying routines does
Currently set_cert_and_key() returns an error condition when the libssl error
stack contains errors, even if the CTX_use_PrivateKey_file() and
CTX_use_certificat_file() both return success.
.
The error stack contents are bogus and should not mater when the return codes
indicate success.
Author: Damyan Ivanov <dmn@debian.org>
The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libnet-ssleay-perl/raw/master/debian/patches/ok-result-is-no-error.patch
Thanks for considering,
Damyan Ivanov,
Debian Perl Group