summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-04-02 18:47:26 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-04 17:46:08 +0200
commite7b511d31878d5260e90aa009e4ee64c6ef30620 (patch)
treed6537b93d95c217fe0c49188ae3c88bbef7d1540
parent90fe7b2b90346c3123f139e7b6d67334856b0c5a (diff)
openssl-crl(1): The -verify option is implied by -CA* options
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)
-rw-r--r--doc/man1/openssl-crl.pod.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man1/openssl-crl.pod.in b/doc/man1/openssl-crl.pod.in
index 7e15f6445a..25af2483e7 100644
--- a/doc/man1/openssl-crl.pod.in
+++ b/doc/man1/openssl-crl.pod.in
@@ -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.