asn1c/examples
vlm 8ac58635e7 PDU selector
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@607 59561ff5-6e30-0410-9f3c-9617f08c8826
2005-01-18 12:33:58 +00:00
..
sample.source.PKIX1 PDU selector 2005-01-18 12:33:58 +00:00
Makefile.am moved away decoder-template.c 2004-10-28 13:25:43 +00:00
Makefile.in moved away decoder-template.c 2004-10-28 13:25:43 +00:00
README mentioned sample.source.PKIX1 2004-09-26 13:08:42 +00:00
clyx2asn1.pl more robust parsing of module start sequence 2004-09-30 06:22:13 +00:00
crfc2asn1.pl real-lifing specs 2004-09-07 06:36:35 +00:00
rfc3280.txt added rfc3280 2004-09-07 06:37:25 +00:00

README

This directory contains several convertors from a few known text formats into
the ASN.1 modules, as well as examples of these formats and the sample
convertor's output (generated by `make`).

To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.

To compile the files using asn1c, try

	../asn1c/asn1c -P rfc3280-*.asn1

The ./sample.source.PKIX1 directory contains the X.509 certificate decoder.