gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ASN 1 Parser


From: Tarun Upadhyay
Subject: ASN 1 Parser
Date: Mon, 21 Aug 2000 07:03:48 +0530

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]