1ASN1DECODING(1) User Commands ASN1DECODING(1)
2
3
4
6 asn1Decoding - ASN.1 DER decoder
7
9 asn1Decoding [OPTION] DEFINITIONS ENCODED ASN1TYPE
10
12 Decodes DER data in ENCODED file, for the ASN1TYPE element described in
13 ASN.1 DEFINITIONS file, and print decoded structures.
14
15 -b, --benchmark
16 perform a benchmark on decoding
17
18 -s, --strict
19 use strict DER decoding
20
21 -t, --no-time-strict
22 use strict DER decoding but not in time fields
23
24 -h, --help
25 display this help and exit
26
27 -v, --version
28 output version information and exit
29
31 Written by Fabio Fiorina.
32
34 Report bugs to: help-libtasn1@gnu.org
35 GNU Libtasn1 home page: <https://www.gnu.org/software/libtasn1/>
36 General help using GNU software: <https://www.gnu.org/gethelp/>
37
39 Copyright © 2021 Free Software Foundation, Inc. License GPLv3+: GNU
40 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
41 This is free software: you are free to change and redistribute it.
42 There is NO WARRANTY, to the extent permitted by law.
43
45 The full documentation for asn1Decoding is maintained as a Texinfo man‐
46 ual. If the info and asn1Decoding programs are properly installed at
47 your site, the command
48
49 info libtasn1
50
51 should give you access to the complete manual.
52
53
54
55libtasn1 4.18.0 November 2021 ASN1DECODING(1)