]> 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:46:00 +0000 (17:46 +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 7e15f6445a6f25efa19b995683a7c631519323db..25af2483e749ea0912e0fec1f88b92d122078a6f 100644 (file)
@@ -95,6 +95,9 @@ Print out the CRL in text form.
 
 Verify the signature in the CRL.
 
+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.