]> 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:26 +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)

doc/man1/openssl-crl.pod.in

index 630c15dab5a0039ace7683907e0be45dc293804f..cbc8c044c72fec7c486498d78ccc5e1bd7a1e4d5 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.