Front page | perl.crypto |
Postings from January 2008
CRL Verification
From:
Ward.P.Fontenot
Date:
January 4, 2008 12:40
Subject:
CRL Verification
Message ID:
CEA50D74F61D0F48A7146C9BEFFD77990305B43D@msgswbmnmsp32.wellsfargo.com
Hi,
I am trying to get a Perl script together to parse my CRL's and am
getting the following error:
$VAR1 = bless( {'_error' => 'decode error at
/usr/local/share/perl/5.8.8/Convert/ASN1/_decode.pm line 57.' },
'Crypt::X509::CRL' );
Here is the script:
#!/usr/bin/perl -w
use Convert::ASN1;
use Crypt::X509::CRL;
use Data::Dumper;
$crl = "/home/fontenwp/workspace/crl_validation/ent.crl";
$decoded = Crypt::X509::CRL->new(crl => $crl);
print Dumper $decoded
Paul Fontenot
Cryptography Services - PKI
CAST|IST|EIM|TES|TIG|Wells Fargo
Email: ward.p.fontenot@wellsfargo.com
Phone: (480) 437-7795
This message may contain confidential and/or privileged information. If
you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based on
this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation.
-
CRL Verification
by Ward.P.Fontenot