summaryrefslogtreecommitdiff
path: root/doc/asn1Decoding-help.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asn1Decoding-help.texi')
-rw-r--r--doc/asn1Decoding-help.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/asn1Decoding-help.texi b/doc/asn1Decoding-help.texi
new file mode 100644
index 0000000..35a00f4
--- /dev/null
+++ b/doc/asn1Decoding-help.texi
@@ -0,0 +1,13 @@
+Usage: asn1Decoding [OPTION] DEFINITIONS ENCODED ASN1TYPE
+Decodes DER data in ENCODED file, for the ASN1TYPE element
+described in ASN.1 DEFINITIONS file, and print decoded structures.
+
+ -b, --benchmark perform a benchmark on decoding
+ -s, --strict use strict DER decoding
+ -t, --no-time-strict use strict DER decoding but not in time fields
+ -h, --help display this help and exit
+ -v, --version output version information and exit
+
+Report bugs to: help-libtasn1@gnu.org
+GNU Libtasn1 home page: <https://www.gnu.org/software/libtasn1/>
+General help using GNU software: <https://www.gnu.org/gethelp/>