diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
commit | 031996ef501f8c3d0532f7df1c38cf2e540a4f11 (patch) | |
tree | 27217d793b273edadc969aa3110378aac3c36e9c /doc/libtasn1.texi | |
parent | 26bea900a531662c6028ecc06f4adea825658434 (diff) | |
download | libtasn1-upstream.tar.gz libtasn1-upstream.tar.bz2 libtasn1-upstream.zip |
Imported Upstream version 4.19.0upstream/4.19.0upstream
Diffstat (limited to 'doc/libtasn1.texi')
-rw-r--r-- | doc/libtasn1.texi | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi index 6f86f0a..9cf82c9 100644 --- a/doc/libtasn1.texi +++ b/doc/libtasn1.texi @@ -15,7 +15,7 @@ This manual is for GNU Libtasn1 which is a library for Abstract Syntax Notation One (ASN.1) and Distinguished Encoding Rules (DER) manipulation. -Copyright @copyright{} 2001-2019 Free Software Foundation, Inc. +Copyright @copyright{} 2001--2022 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -313,16 +313,7 @@ data structures (not a single array like now). generates a file with an array to use with libtasn1 functions. -@verbatim -Usage: asn1Parser [options] file - -Options: - -h : shows the help message. - -v : shows version information and exit. - -c : checks the syntax only. - -o file : output file. - -n name : array name. -@end verbatim +@verbatiminclude asn1Parser-help.texi @node Invoking asn1Coding @section Invoking asn1Coding @@ -349,16 +340,7 @@ denote the root element itself. The output file is a binary file with the DER encoding. -@verbatim -Usage: asn1Coding [options] file1 file2 - file1 : file with ASN1 definitions. - file2 : file with assignments. -Options: - -h : shows the help message. - -v : shows version information and exit. - -c : checks the syntax only. - -o file : output file. -@end verbatim +@verbatiminclude asn1Coding-help.texi For example, consider an ASN.1 definitions file as follows: @@ -423,16 +405,7 @@ dNSName example.org ASN.1 definitions and a binary file with a DER encoding. -@verbatim -Usage: asn1Decoding [options] file1 file2 type - file1 : file with ASN1 definitions. - file2 : binary file with a DER encoding. - type : ASN1 definition name. -Options: - -h : shows the help message. - -v : shows version information and exit. - -o file : output file. -@end verbatim +@verbatiminclude asn1Decoding-help.texi For example, after generating the @file{assign.out} file from the example section of the @command{asn1Coding} command above, the |