perl.crypto...CRL Verification by Ward.P.Fontenot- January 4, 2008 Hi,I am trying to get a Perl script together to parse my CRL&39;s and amgetting the following error:$VAR1 = bless( &39;_error&39; => &39;decode error atusrlocalshareperl5.8.8ConvertASN1_decode.pm line 57.&39; ,&39;Crypt::X509::CRL&39; );Here is the script:!usrbinperl -wuse Convert::ASN1;use Crypt::X509::CRL;use Data::Dumper;$crl = "homefontenwpworkspacecrl_validationent.crl";$decoded = Crypt::X509::CRL->new(crl => $crl);print Dumper $decodedPaul FontenotCryptography Services.http://www.nntp.perl.org/group/perl.crypto/2008/01/msg89.html |