CRL Verification
[email protected] Fri, 4 Jan 2008 14:39:44 -0600
| Newsgroups | perl.crypto |
|---|---|
| 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 =3D bless( {'_error' =3D> '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 =3D "/home/fontenwp/workspace/crl_validation/ent.crl";
$decoded =3D Crypt::X509::CRL->new(crl =3D> $crl);
print Dumper $decoded
Paul Fontenot
Cryptography Services - PKI
CAST|IST|EIM|TES|TIG|Wells Fargo
Email: [email protected]
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.