The docs for the verify command here
https://www.openssl.org/docs/apps/verify.html
list a parameter -crlfile.

However this parameter doesn't exist in that spelling. It is called
-CRLfile (uppercase CRL) and the parameter checking is case sensitive.
So the doc and the webpage as it is right now is wrong.

See attached patch to fix. Please apply.

--- openssl-1.0.2a/doc/apps/verify.pod	2015-03-19 14:30:36.000000000 +0100
+++ openssl-1.0.2a-1/doc/apps/verify.pod	2015-04-11 14:05:01.941670128 +0200
@@ -14,7 +14,7 @@
 [B<-ignore_critical>]
 [B<-attime timestamp>]
 [B<-check_ss_sig>]
-[B<-crlfile file>]
+[B<-CRLfile file>]
 [B<-crl_check>]
 [B<-crl_check_all>]
 [B<-policy_check>]
@@ -64,7 +64,7 @@
 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.
 

Attachment: pgpSq1UneaHMr.pgp
Description: PGP signature

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to