aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-07 06:42:40 +0000
committerLev Walkin <vlm@lionet.info>2004-09-07 06:42:40 +0000
commit9567bb77e02f6337593b6f3a1bee9bc1ccc1ee26 (patch)
treec4f1642f258c8a42b41aa0279846d13d5bb0f722 /FAQ
parentb67596b6ccc8472ddd552188c4e9657948ec0e00 (diff)
faq updated about rfc3280
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ10
1 files changed, 6 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index d654f3f7..c6a94591 100644
--- a/FAQ
+++ b/FAQ
@@ -16,8 +16,8 @@ A:
Q: I've tried doing ./asn1c/asn1c -P examples/*PKIX*93*, but compiler spits
several fatal failures and exits.
A:
- The PKIX1 specifications uses ASN.1 Information Object Classes,
- which is arguably one of the most complex ASN.1 concepts.
+ The old (RFC2459) PKIX1 specifications used ASN.1 Information Object
+ Classes, which is arguably one of the most complex ASN.1 concepts.
The asn1c parser and fixer subsystems currently understand most of
IOC syntax, but the compiler can cope with only the very basic
@@ -28,9 +28,11 @@ A:
but this milestone isn't yet reached. Please contact me in case
you have special requirements, we can work it out.
- P.S. Parser and fixer are now able to grok PKIX1, try this out:
+ However, the asn1c compiler is able to understand the newer PKIX1
+ ASN.1 specs, contained in RFC3280, which obsole RFC2459.
+ Try this one out:
- ./asn1c/asn1c -E -F examples/*PKIX*93*
+ ./asn1c/asn1c -P examples/rfc3280-*.asn1
--
Lev Walkin