blob: 5f554f2baaaedaa0010d29f518b605c851f1dd70 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001
Lev Walkinc13c2ba2006-08-24 23:50:07 +00002This directory contains a examples of ASN.1 converters.
Lev Walkin98210982004-09-26 13:08:42 +00003
Lev Walkin3f12bc02005-03-10 15:09:02 +000041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
Lev Walkinc13c2ba2006-08-24 23:50:07 +00005
62. The ./sample.source.TAP3 directory contains the GSM TAP3 decoder.
7 Before trying to compile, read the README file in that directory.
8
Lev Walkinae72b042005-04-13 13:22:31 +000093. The ./sample.source.MHEG5 directory contains the decoder for
Lev Walkinc13c2ba2006-08-24 23:50:07 +000010 ISO 13522 MHEG-5/ITU-T T.172 (Multimedia Hypermedia Experts Group,
11 Multimedia Presentations). Read the README file in that directory.
12
13The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
14For instance, it is used to extract X.509 ASN.1 modules from PKIX1 RFCs.
15To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
16
17The clyx2asn1.pl script can be used to extract ASN.1 data from LyX editor files.
18