[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Viktor Dukhovni
viktor at openssl.org
Fri Mar 2 16:50:14 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via 00cd974f46f8d61896fdf3ca2b238f88e5b9216f (commit)
from c1190c32c42b1e3ce35ea2ea8f214f46f336c5ed (commit)
- Log -----------------------------------------------------------------
commit 00cd974f46f8d61896fdf3ca2b238f88e5b9216f
Author: Viktor Dukhovni <openssl-users at dukhovni.org>
Date: Fri Mar 2 10:30:04 2018 -0500
Fix wrong case in documentation of -CRLfile option
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
doc/apps/verify.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 321d5ac..2516718 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -15,7 +15,7 @@ B<openssl> B<verify>
[B<-ignore_critical>]
[B<-attime timestamp>]
[B<-check_ss_sig>]
-[B<-crlfile file>]
+[B<-CRLfile file>]
[B<-crl_download>]
[B<-crl_check>]
[B<-crl_check_all>]
@@ -69,7 +69,7 @@ current system time. B<timestamp> is the number of seconds since
Verify the signature on the self-signed root CA. This is disabled by default
because it doesn't add any security.
-=item B<-crlfile file>
+=item B<-CRLfile file>
File containing one or more CRL's (in PEM format) to load.
More information about the openssl-commits
mailing list