Commit c13c2ba8 authored by Lev Walkin's avatar Lev Walkin

proper layout

parent 2f80e47f
This directory contains several converters from a few known text formats into This directory contains a examples of ASN.1 converters.
the ASN.1 modules, as well as examples of these formats and the sample
converter's output (generated by `make`).
To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`. 1. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
To compile the files using asn1c, try
../asn1c/asn1c -P rfc3280-*.asn1 2. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
Before trying to compile, read the README file in that directory.
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.
3. The ./sample.source.MHEG5 directory contains the decoder for 3. The ./sample.source.MHEG5 directory contains the decoder for
ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group, ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
Multimedia Presentations). Multimedia Presentations). Read the README file in that directory.
The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
For instance, it is used to extract X.509 ASN.1 modules from PKIX1 RFCs.
To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment