diff options
author | sangsu <sangsu.choi@samsung.com> | 2016-06-08 10:17:41 +0900 |
---|---|---|
committer | sangsu <sangsu.choi@samsung.com> | 2016-06-08 10:18:15 +0900 |
commit | a39386a3afe2d7e0cc717a49f970f53d974fda53 (patch) | |
tree | d6deb781410d96006a58fcfcaa8f31ffcc139523 /doc/asn1Decoding.1 | |
parent | d2521ee04e00e1c060001d5d67c1cf0bd23ec260 (diff) | |
download | libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.tar.gz libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.tar.bz2 libtasn1-a39386a3afe2d7e0cc717a49f970f53d974fda53.zip |
Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807
Signed-off-by: sangsu <sangsu.choi@samsung.com>
Diffstat (limited to 'doc/asn1Decoding.1')
-rw-r--r-- | doc/asn1Decoding.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/asn1Decoding.1 b/doc/asn1Decoding.1 new file mode 100644 index 0000000..e3d262f --- /dev/null +++ b/doc/asn1Decoding.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.1. +.TH ASN1DECODING "1" "April 2016" "asn1Decoding (libtasn1) 4.8" "User Commands" +.SH NAME +asn1Decoding \- ASN.1 DER decoder +.SH SYNOPSIS +.B asn1Decoding +[\fI\,OPTION\/\fR] \fI\,DEFINITIONS ENCODED ASN1TYPE\/\fR +.SH DESCRIPTION +Decodes DER data in ENCODED file, for the ASN1TYPE element +described in ASN.1 DEFINITIONS file, and print decoded structures. +.TP +\fB\-b\fR, \fB\-\-benchmark\fR +perform a benchmark on decoding +.TP +\fB\-s\fR, \fB\-\-strict\fR +use strict DER decoding +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Fabio Fiorina. +.SH "REPORTING BUGS" +Report bugs to: help\-libtasn1@gnu.org +.br +GNU Libtasn1 home page: <http://www.gnu.org/software/libtasn1/> +.br +General help using GNU software: <http://www.gnu.org/gethelp/> +.SH COPYRIGHT +Copyright \(co 2014 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +The full documentation for +.B asn1Decoding +is maintained as a Texinfo manual. If the +.B info +and +.B asn1Decoding +programs are properly installed at your site, the command +.IP +.B info libtasn1 +.PP +should give you access to the complete manual. |