Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
9567bb77
Commit
9567bb77
authored
Sep 07, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
faq updated about rfc3280
parent
b67596b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
FAQ
FAQ
+6
-4
No files found.
FAQ
View file @
9567bb77
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment