diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-04-02 18:47:26 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-04 17:45:26 +0200 |
commit | a16f2e7651b22ee992bb0c279e25164b519c1e80 (patch) | |
tree | e880df94014cdc2ee507e5812d2b91af5b201b81 /doc | |
parent | DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero() (diff) | |
download | openssl-a16f2e7651b22ee992bb0c279e25164b519c1e80.tar.xz openssl-a16f2e7651b22ee992bb0c279e25164b519c1e80.zip |
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)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/openssl-crl.pod.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man1/openssl-crl.pod.in b/doc/man1/openssl-crl.pod.in index 630c15dab5..cbc8c044c7 100644 --- a/doc/man1/openssl-crl.pod.in +++ b/doc/man1/openssl-crl.pod.in @@ -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. |