[Mono-devel-list] Generic ASN1 routines

Michael Torrie torriem at chem.byu.edu
Fri May 14 01:26:12 EDT 2004


Searching through this mailing list, I've found references to ASN1
parsing code in the mono runtime.  However browsing through monodoc
shows no ASN1 classes exposed.  Are there any generic ASN1 parsing
routines for .NET (Mono, mainly), a la the C libasn1 from the gnu
people?  Being able to compile and use a grammar would be nice, although
really all I need is to be able to parse the ASN1 byte stream into a
tree and then serialize the tree back out into a byte stream
(automatically calculating the size field for each tag).  This is
actually a fairly simple operation, so I can just write my own
routines.  However if there already is a class library for this type of
thing out there, it would save me time.

thanks.

Michael
-- 
Michael Torrie <torriem at chem.byu.edu>



More information about the Mono-devel-list mailing list