summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-09-27 22:25:08 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-09-29 16:21:46 +0100
commit5fb1005987d3d0bc749d935e5af4a69323824b48 (patch)
tree7096d639bf47ba75a1628720a751c6364ccc9330 /doc
parent56501ebd09316941a6deba111e33ccc166641b25 (diff)
Add -item option to asn1parse
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/asn1parse.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apps/asn1parse.pod b/doc/apps/asn1parse.pod
index 10a5aba51d..ee09a83cf7 100644
--- a/doc/apps/asn1parse.pod
+++ b/doc/apps/asn1parse.pod
@@ -22,6 +22,7 @@ B<openssl> B<asn1parse>
[B<-genstr string>]
[B<-genconf file>]
[B<-strictpem>]
+[B<-item name>]
=head1 DESCRIPTION
@@ -102,6 +103,11 @@ processed whether it has the normal PEM BEGIN and END markers or not. This
option will ignore any data prior to the start of the BEGIN marker, or after an
END marker in a PEM file.
+=item B<-item name>
+
+attempt to decode and print the data as B<ASN1_ITEM name>. This can be used to
+print out the fields of any supported ASN.1 structure if the type is known.
+
=back
=head2 Output