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
f5aff028
Commit
f5aff028
authored
Jan 23, 2016
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
different quoting
parent
fde3d974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
f5aff028
...
...
@@ -37,12 +37,12 @@ An excellent book on ASN.1 is written by Olivier Dubuisson:
After installing the compiler (see
[
INSTALL
](
INSTALL
)
), you may use
the asn1c command to compile the ASN.1 specification:
asn1c <module.asn1> # Compile module
>
asn1c <module.asn1> # Compile module
If several specifications contain interdependencies, all of them must be
specified at the same time:
asn1c <module1.asn1> <module2.asn1> ... # Compile interdependent modules
>
asn1c <module1.asn1> <module2.asn1> ... # Compile interdependent modules
The asn1c source tarball contains the
[
examples/
](
examples/
)
directory
with several ASN.1 modules and a
[
script
](
examples/crfc2asn1.pl
)
...
...
@@ -51,7 +51,7 @@ Refer to the [examples/README](examples/README) file in that directory.
To compile the X.509 PKI module:
./asn1c/asn1c -P ./examples/rfc3280-*.asn1 # Compile-n-print
>
./asn1c/asn1c -P ./examples/rfc3280-*.asn1 # Compile-n-print
In this example, the
**-P**
option is to print the compiled text on the
standard output. The default behavior is that asn1c compiler creates
...
...
@@ -65,7 +65,7 @@ to dump out the parsed (and fixed) ASN.1 specification as it was
whether a particular syntactic construction is properly supported
by the compiler.
asn1c -EF <module-to-test.asn1> # Check semantic validity
>
asn1c -EF <module-to-test.asn1> # Check semantic validity
# Model of operation
...
...
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