diff options
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. |