blob: 45ebe9b26d5490bdd102ed3a9fb6933a11f321bc [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
vlm399506e2004-09-07 06:31:59 +00002This directory contains several convertors from a few known text formats into
3the ASN.1 modules, as well as examples of these formats and the sample
4convertor's output (generated by `make`).
vlmfa67ddc2004-06-03 03:38:44 +00005
vlmb21cfd42004-09-26 13:08:42 +00006To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
vlm399506e2004-09-07 06:31:59 +00007
8To compile the files using asn1c, try
9
10 ../asn1c/asn1c -P rfc3280-*.asn1
vlmb21cfd42004-09-26 13:08:42 +000011
vlm3a3e6642005-03-10 14:18:39 +000012The ./sample.source.PKIX1 directory contains the X.509 Certificate decoder.
vlmb21cfd42004-09-26 13:08:42 +000013