summaryrefslogtreecommitdiffstats
path: root/doc/apps/asn1parse.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-05-26 23:22:08 +0100
committerMatt Caswell <matt@openssl.org>2014-05-26 23:31:37 +0100
commit3d9243f1b614640f3dcbba0d7de89f363581e8e0 (patch)
treed79c0fba099873d8cd6eb28345d0e2079aa9f4d8 /doc/apps/asn1parse.pod
parent6b5c1d940b5a653a24b91d3c52bca935399b713c (diff)
Changed -strictpem to use PEM_read_bio
Diffstat (limited to 'doc/apps/asn1parse.pod')
-rw-r--r--doc/apps/asn1parse.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apps/asn1parse.pod b/doc/apps/asn1parse.pod
index 577d997630..5acea8cfc5 100644
--- a/doc/apps/asn1parse.pod
+++ b/doc/apps/asn1parse.pod
@@ -82,9 +82,10 @@ file using the B<out> option.
=item B<-strictpem>
If this option is used then B<-inform> will be ignored. Without this option any
-data in a PEM format input file will be treated as base64 encoded and 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 in a PEM file.
+data in a PEM format input file will be treated as being base64 encoded and
+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.
=back