]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
openssl-crl(1): The -verify option is implied by -CA* options
authorTomas Mraz <tomas@openssl.org>
Tue, 2 Apr 2024 16:47:26 +0000 (18:47 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 15:45:44 +0000 (17:45 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/24024)

(cherry picked from commit a16f2e7651b22ee992bb0c279e25164b519c1e80)

doc/man1/openssl-crl.pod.in

index 5cd5852bb6db2ea0af7245e28be0d0a6ed9fb7bb..4327b6157b15967e7aca55670b53bb101fb69898 100644 (file)
@@ -97,6 +97,9 @@ Verify the signature in the CRL. If the verification fails,
 the program will immediately exit, i.e. further option processing
 (e.g. B<-gendelta>) is skipped.
 
+This option is implicitly enabled if any of B<-CApath>, B<-CAfile>
+or B<-CAstore> is specified.
+
 =item B<-noout>
 
 Don't output the encoded version of the CRL.