Commit 9821098d authored by Lev Walkin's avatar Lev Walkin

mentioned sample.source.PKIX1

parent cb9792d9
...@@ -3,8 +3,11 @@ This directory contains several convertors from a few known text formats into ...@@ -3,8 +3,11 @@ 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 the ASN.1 modules, as well as examples of these formats and the sample
convertor's output (generated by `make`). convertor's output (generated by `make`).
To regenerate the .asn1 files, do `rm *.asn1; make`. To regenerate the .asn1 files from the original RFC texts, do `rm *.asn1; make`.
To compile the files using asn1c, try To compile the files using asn1c, try
../asn1c/asn1c -P rfc3280-*.asn1 ../asn1c/asn1c -P rfc3280-*.asn1
The ./sample.source.PKIX1 directory contains the X.509 certificate decoder.
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