asn1parse.1 revision 279265
Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)

Standard preamble:
========================================================================
..
..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. \*(C+ will
give a nicer C++. Capital omega is used to do unbreakable dashes and
therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
nothing in troff, for use with C<>.
.tr \(*W- . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is turned on, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{ . nr % 0 . nr F 2 . \} . \} .\} .rr rF
Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "ASN1PARSE 1"
ASN1PARSE 1 "2015-01-08" "0.9.8zd" "OpenSSL"
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
"NAME"
asn1parse - ASN.1 parsing tool
"SYNOPSIS"
Header "SYNOPSIS" \fBopenssl asn1parse [-inform PEM|DER] [-in filename] [-out filename] [-noout] [-offset number] [-length number] [-i] [-oid filename] [-dump] [-dlimit num] [-strparse offset] [-genstr string] [-genconf file]
"DESCRIPTION"
Header "DESCRIPTION" The asn1parse command is a diagnostic utility that can parse \s-1ASN.1\s0 structures. It can also be used to extract data from \s-1ASN.1\s0 formatted data.
"OPTIONS"
Header "OPTIONS"
"-inform DER|PEM" 4
Item "-inform DER|PEM" the input format. \s-1DER\s0 is binary format and \s-1PEM\s0 (the default) is base64 encoded.
"-in filename" 4
Item "-in filename" the input file, default is standard input
"-out filename" 4
Item "-out filename" output file to place the \s-1DER\s0 encoded data into. If this option is not present then no data will be output. This is most useful when combined with the -strparse option.
"-noout" 4
Item "-noout" don't output the parsed version of the input file.
"-offset number" 4
Item "-offset number" starting offset to begin parsing, default is start of file.
"-length number" 4
Item "-length number" number of bytes to parse, default is until end of file.
"-i" 4
Item "-i" indents the output according to the \*(L"depth\*(R" of the structures.
"-oid filename" 4
Item "-oid filename" a file containing additional \s-1OBJECT\s0 IDENTIFIERs (OIDs). The format of this file is described in the \s-1NOTES\s0 section below.
"-dump" 4
Item "-dump" dump unknown data in hex format.
"-dlimit num" 4
Item "-dlimit num" like -dump, but only the first num bytes are output.
"-strparse offset" 4
Item "-strparse offset" parse the contents octets of the \s-1ASN.1\s0 object starting at offset. This option can be used multiple times to \*(L"drill down\*(R" into a nested structure.
"-genstr string, -genconf file" 4
Item "-genstr string, -genconf file" generate encoded data based on string, file or both using \fIASN1_generate_nconf() format. If file only is present then the string is obtained from the default section using the name asn1. The encoded data is passed through the \s-1ASN1\s0 parser and printed out as though it came from a file, the contents can thus be examined and written to a file using the out option.
"\s-1OUTPUT\s0"
Subsection "OUTPUT" The output will typically contain lines like this:

.Vb 1 0:d=0 hl=4 l= 681 cons: SEQUENCE .Ve

.....

.Vb 10 229:d=3 hl=3 l= 141 prim: BIT STRING 373:d=2 hl=3 l= 162 cons: cont [ 3 ] 376:d=3 hl=3 l= 159 cons: SEQUENCE 379:d=4 hl=2 l= 29 cons: SEQUENCE 381:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Subject Key Identifier 386:d=5 hl=2 l= 22 prim: OCTET STRING 410:d=4 hl=2 l= 112 cons: SEQUENCE 412:d=5 hl=2 l= 3 prim: OBJECT :X509v3 Authority Key Identifier 417:d=5 hl=2 l= 105 prim: OCTET STRING 524:d=4 hl=2 l= 12 cons: SEQUENCE .Ve

.....

This example is part of a self signed certificate. Each line starts with the offset in decimal. d=XX specifies the current depth. The depth is increased within the scope of any \s-1SET\s0 or \s-1SEQUENCE. \s0hl=XX gives the header length (tag and length octets) of the current type. l=XX gives the length of the contents octets.

The -i option can be used to make the output more readable.

Some knowledge of the \s-1ASN.1\s0 structure is needed to interpret the output.

In this example the \s-1BIT STRING\s0 at offset 229 is the certificate public key. The contents octets of this will contain the public key information. This can be examined using the option -strparse 229 to yield:

.Vb 3 0:d=0 hl=3 l= 137 cons: SEQUENCE 3:d=1 hl=3 l= 129 prim: INTEGER :E5D21E1F5C8D208EA7A2166C7FAF9F6BDF2059669C60876DDB70840F1A5AAFA59699FE471F379F1DD6A487E7D5409AB6A88D4A9746E24B91D8CF55DB3521015460C8EDE44EE8A4189F7A7BE77D6CD3A9AF2696F486855CF58BF0EDF2B4068058C7A947F52548DDF7E15E96B385F86422BEA9064A3EE9E1158A56E4A6F47E5897 135:d=1 hl=2 l= 3 prim: INTEGER :010001 .Ve

"NOTES"
Header "NOTES" If an \s-1OID\s0 is not part of OpenSSL's internal table it will be represented in numerical form (for example 1.2.3.4). The file passed to the -oid option allows additional OIDs to be included. Each line consists of three columns, the first column is the \s-1OID\s0 in numerical format and should be followed by white space. The second column is the \*(L"short name\*(R" which is a single word followed by white space. The final column is the rest of the line and is the \*(L"long name\*(R". asn1parse displays the long name. Example:

\f(CW\*(C`1.2.3.4 shortName A long name\*(C'

"EXAMPLES"
Header "EXAMPLES" Parse a file:

.Vb 1 openssl asn1parse -in file.pem .Ve

Parse a \s-1DER\s0 file:

.Vb 1 openssl asn1parse -inform DER -in file.der .Ve

Generate a simple UTF8String:

.Vb 1 openssl asn1parse -genstr \*(AqUTF8:Hello World\*(Aq .Ve

Generate and write out a UTF8String, don't print parsed output:

.Vb 1 openssl asn1parse -genstr \*(AqUTF8:Hello World\*(Aq -noout -out utf8.der .Ve

Generate using a config file:

.Vb 1 openssl asn1parse -genconf asn1.cnf -noout -out asn1.der .Ve

Example config file:

.Vb 1 asn1=SEQUENCE:seq_sect \& [seq_sect] \& field1=BOOL:TRUE field2=EXP:0, UTF8:some random string .Ve

"BUGS"
Header "BUGS" There should be options to change the format of output lines. The output of some \s-1ASN.1\s0 types is not well handled (if at all).