asn1c/examples
vlm 4620b56472 support for RFC 3852
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@806 59561ff5-6e30-0410-9f3c-9617f08c8826
2005-03-17 22:43:48 +00:00
..
sample.source.PKIX1 refinement 2005-03-10 11:29:27 +00:00
sample.source.TAP3 TAP3 2005-03-10 15:09:02 +00:00
Makefile.am TAP3 2005-03-10 15:09:02 +00:00
Makefile.in TAP3 2005-03-10 15:09:02 +00:00
README TAP3 2005-03-10 15:09:02 +00:00
clyx2asn1.pl more robust parsing of module start sequence 2004-09-30 06:22:13 +00:00
crfc2asn1.pl support for RFC 3852 2005-03-17 22:43:48 +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

1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
2. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder. Please
   read the README file in that directory first.