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
da0ab72f
Commit
da0ab72f
authored
Oct 28, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more generic approach
parent
d54f255d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
examples/Makefile.am
examples/Makefile.am
+1
-1
examples/Makefile.in
examples/Makefile.in
+1
-1
examples/sample.source.PKIX1/Makefile
examples/sample.source.PKIX1/Makefile
+3
-0
examples/sample.source.PKIX1/README
examples/sample.source.PKIX1/README
+3
-2
No files found.
examples/Makefile.am
View file @
da0ab72f
...
...
@@ -22,8 +22,8 @@ $(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
EXTRA_DIST
=
rfc
*
.txt
\
decoder-template.c
\
sample.source.PKIX1/README
\
sample.source.PKIX1/x509dump.c
\
sample.source.PKIX1/config.h
\
sample.source.PKIX1/Makefile
\
sample.source.PKIX1/regenerate.Makefile
...
...
examples/Makefile.in
View file @
da0ab72f
...
...
@@ -174,8 +174,8 @@ ASN1_FILES_1 = \
rfc3280-PKIX1Implicit88.asn1
EXTRA_DIST
=
rfc
*
.txt
\
decoder-template.c
\
sample.source.PKIX1/README
\
sample.source.PKIX1/x509dump.c
\
sample.source.PKIX1/config.h
\
sample.source.PKIX1/Makefile
\
sample.source.PKIX1/regenerate.Makefile
...
...
examples/sample.source.PKIX1/Makefile
View file @
da0ab72f
...
...
@@ -357,6 +357,9 @@ Attribute.c: regenerate.Makefile
./regenerate.Makefile
make
$(TARGET).o
:
../decoder-template.c
$(CC)
$(CFLAGS)
-Dasn_DEF
=
asn_DEF_Certificate
-o
$(TARGET)
.o
-c
../decoder-template.c
distclean
:
clean
rm
-f
$(ASN_MODULE_SOURCES)
$(ASN_MODULE_HEADERS)
rm
-f
Makefile.am.sample
examples/sample.source.PKIX1/README
View file @
da0ab72f
The X.509 (PKIX1) certificate decoder. Invoking `make` will compile the ASN.1
specifications from the RFC3280 in the above directory. This x509dump.c will
supply the missing "int main()" routine which drives the decoding process.
specifications from the RFC3280 in the above directory.
The ../decoder-template.c will supply the missing "int main()" routine
which drives the decoding process.
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