aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-26 13:08:42 +0000
committerLev Walkin <vlm@lionet.info>2004-09-26 13:08:42 +0000
commit9821098d07e8d54d8b85b6605a7fbb0782fb1e3b (patch)
tree4ef4238b34994a5bdb9687c3d56ffa7c90f4e99c /examples
parentcb9792d902d16446c851c22267d99f3f1d682e0e (diff)
mentioned sample.source.PKIX1
Diffstat (limited to 'examples')
-rw-r--r--examples/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/README b/examples/README
index 58c58d2d..682aaf9b 100644
--- a/examples/README
+++ b/examples/README
@@ -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
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
../asn1c/asn1c -P rfc3280-*.asn1
+
+The ./sample.source.PKIX1 directory contains the X.509 certificate decoder.
+