On 30/9/03 9:23 pm, Graham Barr <[EMAIL PROTECTED]> wrote: > On 30 Sep 2003, at 20:46, Chris Ridd wrote: >> >> One problem might be that the X.509 module is using explicit tagging, >> and >> Convert::ASN1 uses implicit tagging. You'll need to hack the ASN.1 >> definitions you feed into Convert::ASN1 if this is the case. (I didn't >> know >> about the x509decode script; it might do this already..) >> >> However, if I just try calling Convert::ASN1::asn_dump() on $binSan, >> which >> should just do a dump of the ASN.1 structure, I get a runtime error >> from >> perl: Argument "opTYPE" isn't numeric in array element at >> /Library/Perl/Convert/ASN1/Debug.pm line 129. > > What version do you have ? I just tried it and got
Ah, I had 0.16 installed. The script works using 0.17. Cheers, Chris