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
0f2c2721
Commit
0f2c2721
authored
Sep 16, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
85c95c5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
15 deletions
+7
-15
examples/sample.source.MEGACO/README
examples/sample.source.MEGACO/README
+0
-3
examples/sample.source.MHEG5/README
examples/sample.source.MHEG5/README
+3
-5
examples/sample.source.PKIX1/README
examples/sample.source.PKIX1/README
+4
-7
No files found.
examples/sample.source.MEGACO/README
View file @
0f2c2721
...
...
@@ -6,9 +6,6 @@ The MEGACO (Media Gateway Control Protocol) PDU decoder.
Invoking `make` will compile the ASN.1 specifications from the rfc3525.txt
in the above directory.
The ../../skeletons/converter-sample.c will supply the missing
"int main()" routine which drives the decoding process.
megacoDump USAGE
==============
...
...
examples/sample.source.MHEG5/README
View file @
0f2c2721
...
...
@@ -5,10 +5,8 @@ GENERAL INFORMATION
The ISO MHEG-5 (Multimedia Hypermedia Experts Group,
Multimedia Presentations) decoder.
Invoking `make` will compile the ASN.1 specifications from the
../ISO13522-MHEG-5.asn file.
THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
Invoking `make` will first attempt compile the ASN.1 specifications from the
../ISO13522-MHEG-5.asn file. THERE IS NO ISO13522-MHEG-5.asn FILE THERE YET!
OBTAINING THE MHEG-5 SPECIFICATION
==================================
...
...
@@ -29,7 +27,7 @@ mheg5dump USAGE
The mheg5dump utility may be used to dump the contents of the BER-encoded
MHEG-5 data record file:
./mheg5dump tapfile.
d
er # Print MHEG-5 stream as XML (BASIC-XER)
./mheg5dump tapfile.
b
er # Print MHEG-5 stream as XML (BASIC-XER)
The full list of recognized command line options may be obtained with
...
...
examples/sample.source.PKIX1/README
View file @
0f2c2721
...
...
@@ -5,16 +5,13 @@ GENERAL INFORMATION
The X.509 (PKIX1) certificate decoder. Invoking `make` will compile the ASN.1
specifications from the rfc3280.txt in the above directory.
The ../../skeletons/converter-sample.c will supply the missing
"int main()" routine which drives the decoding process.
x509dump USAGE
==============
To use the
code, you'll have to prepare an X.509 certificate in DER encoding.
The typical X.509 certificate will have a PEM form (DER encoded data wrapped
in base64, wrapped in PEM "BEGIN" and "END" sections). The openssl x509 utility
may be used to convert between PEM and DER.
To use the
x509dump, you'll have to prepare an X.509 certificate
in DER encoding. The typical X.509 certificate will have a PEM format
(DER encoded data wrapped in base64, wrapped in PEM "BEGIN" and "END" sections).
The openssl x509 utility
may be used to convert between PEM and DER.
EXAMPLE: Convert 'certificate.pem' into 'certificate.der':
...
...
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