blob: 5f554f2baaaedaa0010d29f518b605c851f1dd70 [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlmaf558e42006-08-24 23:50:07 +00002This directory contains a examples of ASN.1 converters.
vlmb21cfd42004-09-26 13:08:42 +00003
vlmb7353712005-03-10 15:09:02 +000041. The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
vlmaf558e42006-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
vlmdf9d0be2005-04-13 13:22:31 +000093. The ./sample.source.MHEG5 directory contains the decoder for
vlmaf558e42006-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