Crypt::X509 0.21 review

Download
by rbytes.net on

Crypt::X509 is a Perl module to parse an X.509 certificate. SYNOPSIS use Crypt::X509; $decoded = Crypt::X509->new( cert =>

License: Perl Artistic License
File size: 13K
Developer: Mike Jackson
0 stars award from rbytes.net

Crypt::X509 is a Perl module to parse an X.509 certificate.

SYNOPSIS

use Crypt::X509;

$decoded = Crypt::X509->new( cert => $cert );

$subject_email = $decoded->subject_email;
print "do not use after: ".gmtime($decoded->not_after)." GMTn";

Crypt::X509 parses X.509 certificates. Methods are provided for accessing most certificate elements.

It is based on the generic ASN.1 module by Graham Barr, on the x509decode example by Norbert Klasen and contributions on the perl-ldap-dev-Mailinglist by Chriss Ridd.

Requirements:
Convert::ASN1
Perl

Crypt::X509 0.21 search tags