Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
9567bb77
Commit
9567bb77
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
faq updated about rfc3280
parent
b67596b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FAQ
+6
-4
6 additions, 4 deletions
FAQ
with
6 additions
and
4 deletions
FAQ
+
6
−
4
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 use
s
ASN.1 Information Object
Classes,
which is arguably one of the most complex ASN.1 concepts.
The
old (RFC2459)
PKIX1 specifications use
d
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment