ASN 1 Parser

Tarun Upadhyay tarun at ebprovider.com
Mon Aug 21 03:33:48 CEST 2000


This is in reference to flex code I posted in my last mail.

I have written an ASN 1 Parser for DER encoded certificates in C.
Currently, the parser reads in DER encoded file from standard input and
outputs a human readable text heirarchy on standard output.

The source and executable are at:
http://www.ebprovider.com/people/tarun/projects/GNUTLS

The limitations:
a) Object Identifiers are not well supported (As I dont understand how they
are parsed)

To be done:
a) add better support for Object Identifiers
b) convert executable to library
c) add support to parse ASN1 to XML
d) build X509 API over this API to support higher level calls.

With Warm Regards
Tarun Upadhyay
http://ebprovider.com/people/tarun



More information about the Gnutls-devel mailing list