summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVladimir Kotal <vlada@kotalovi.cz>2024-03-07 17:00:07 +0100
committerTomas Mraz <tomas@openssl.org>2024-03-26 15:08:36 +0100
commit6af739b79ba50bd42ac8934747ab5c8b996f16b6 (patch)
treeef17337e58b25fee60951a46469234ff7f9b7c42 /doc
parenta4cbffcd8998180b98bb9f7ce6065ed37d079d8b (diff)
apps/req,crl: exit with 1 on verification failure
Fixes #23771 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/23773)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-crl.pod.in4
-rw-r--r--doc/man1/openssl-req.pod.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/man1/openssl-crl.pod.in b/doc/man1/openssl-crl.pod.in
index 7e15f6445a..f477cfd236 100644
--- a/doc/man1/openssl-crl.pod.in
+++ b/doc/man1/openssl-crl.pod.in
@@ -93,7 +93,9 @@ Print out the CRL in text form.
=item B<-verify>
-Verify the signature in the CRL.
+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.
=item B<-noout>
diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in
index c2232006e5..d2de373e2c 100644
--- a/doc/man1/openssl-req.pod.in
+++ b/doc/man1/openssl-req.pod.in
@@ -148,7 +148,9 @@ Prints out the value of the modulus of the public key contained in the request.
=item B<-verify>
-Verifies the self-signature on the request.
+Verifies the self-signature on the request. If the verification fails,
+the program will immediately exit, i.e. further option processing
+(e.g. B<-text>) is skipped.
=item B<-new>