X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fopenssl-asn1parse.pod;h=5e755596c2148c1f04d8f258b0c14576dfe81090;hp=4b99338ccd9d556ada7ab957de27f60a213b0978;hb=b2bdfb63eb16431aabe93ef59364d41125db255e;hpb=35a810bb1d6af5a71170c5c4b506f7665d573a3e diff --git a/doc/man1/openssl-asn1parse.pod b/doc/man1/openssl-asn1parse.pod index 4b99338ccd..5e755596c2 100644 --- a/doc/man1/openssl-asn1parse.pod +++ b/doc/man1/openssl-asn1parse.pod @@ -105,8 +105,9 @@ END marker in a PEM file. =item B<-item> I -Attempt to decode and print the data as B I. This can be used -to print out the fields of any supported ASN.1 structure if the type is known. +Attempt to decode and print the data as an B I. This can be +used to print out the fields of any supported ASN.1 structure if the type is +known. =back @@ -132,9 +133,9 @@ The output will typically contain lines like this: ..... This example is part of a self-signed certificate. Each line starts with the -offset in decimal. B specifies the current depth. The depth is increased -within the scope of any SET or SEQUENCE. B gives the header length -(tag and length octets) of the current type. B gives the length of +offset in decimal. C specifies the current depth. The depth is increased +within the scope of any SET or SEQUENCE. C gives the header length +(tag and length octets) of the current type. C gives the length of the contents octets. The B<-i> option can be used to make the output more readable. @@ -161,6 +162,9 @@ by white space. The final column is the rest of the line and is the C<1.2.3.4 shortName A long name> +For any OID with an associated short and long name, this command will display +the long name. + =head1 EXAMPLES Parse a file: