PKCS10 ASN.1 decoding

Andrew Kuchling akuchlin at mems-exchange.org
Thu Apr 5 16:03:05 EDT 2001


"Sandipan Gangopadhyay" <sandipan at vsnl.com> writes:
> I am trying to decode a PKCS#10 - Certification Request Syntax Standard (no
> start and end headers as in PEM) in DER format using base64.decode and am
> obtaining a string of characters (binary ?) that I can make no sense of.
> Is there any python module that knows how to decode a DER / ASN.1 ?

Jeremy, isn't there an ASN.1 parser inside Pisces
(http://www.cnri.reston.va.us/software/pisces/)?

--amk




More information about the Python-list mailing list