mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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)
This commit is contained in:
parent
e898c36731
commit
a16f2e7651
@ -97,6 +97,9 @@ Verify the signature in the CRL. If the verification fails,
|
|||||||
the program will immediately exit, i.e. further option processing
|
the program will immediately exit, i.e. further option processing
|
||||||
(e.g. B<-gendelta>) is skipped.
|
(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>
|
=item B<-noout>
|
||||||
|
|
||||||
Don't output the encoded version of the CRL.
|
Don't output the encoded version of the CRL.
|
||||||
|
Loading…
Reference in New Issue
Block a user