aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-23 22:18:25 +0000
committerLev Walkin <vlm@lionet.info>2004-09-23 22:18:25 +0000
commit59d426ee7dac49c1ea74be78e0a382e989efea2e (patch)
tree2d1ee9538a5e2eef3bbb7c214b5645f84268c00e /FAQ
parentc3808c1f17540716419dc36ece403c6bf7fb30d5 (diff)
use x509dump
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ7
1 files changed, 5 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index c6a94591..0873a248 100644
--- a/FAQ
+++ b/FAQ
@@ -30,9 +30,12 @@ A:
However, the asn1c compiler is able to understand the newer PKIX1
ASN.1 specs, contained in RFC3280, which obsole RFC2459.
- Try this one out:
+ Try this one out instead:
+
+ cd ./examples/sample.source.PKIX1
+ make
+ ./x509dump -h
- ./asn1c/asn1c -P examples/rfc3280-*.asn1
--
Lev Walkin