Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Crypt-OpenSSL-X509 CPAN distribution.

Report information
The Basics
Id: 39861
Status: resolved
Priority: 0/
Queue: Crypt-OpenSSL-X509

People
Owner: Nobody in particular
Requestors: HDM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.7
Fixed in: (no value)



Subject: Error message in constructor outputs junk
DB<1> Crypt::OpenSSL::X509->new_from_string('') P�: failed to read X509 certificate. It looks like this line of code: if (!RETVAL) croak("%s: failed to read X509 certificate.", class); Should really be: if (!RETVAL) croak("%s: failed to read X509 certificate.", SvPV_nolen(class));
Thanks, will be in the next version.