You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-86 Fix set_cert_and_key() return value handling. (#87)
Applied a patch to set_cert_and_key() from Damyan Ivanov, Debian Perl Group.
set_cert_and_key() now returns errors from library's error stack only when a
function it calls returns with failure. Previously any old and unrelated errors
from the error stack were considered when setting up return values.
This fixes RT#126988 and closes#86.
For the full details, see https://rt.cpan.org/Ticket/Display.html?id=126988
0 commit comments