Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 126988
Status: resolved
Priority: 0/
Queue: Net-SSLeay

People
Owner: RADIATOR [...] cpan.org
Requestors: dam [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.86_06



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
Here's the patch.

Message body is not shown because sender requested not to inline it.

On Wed Aug 29 16:26:48 2018, DAM wrote: Show quoted text
> Here's the patch.
Thanks! It's now been merged to GitHub master branch. -- Heikki Vatiainen