summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVladimir Kotal <vlada@kotalovi.cz>2024-03-27 10:51:22 +0100
committerTomas Mraz <tomas@openssl.org>2024-04-02 18:43:33 +0200
commitc8e45709dcbbf0c3dbecfce25960882d9d4f0f33 (patch)
tree76f48b523aefa11e15f3e5c3b0d89c44f035ed4a /doc
parente4308e7a98947c24e17a93de92147ee6815da581 (diff)
Document change of -verify behavior in crl and req apps
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23983) (cherry picked from commit 15585af97ec682182f40f815741e66f1ec40f941)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-crl.pod.in4
-rw-r--r--doc/man1/openssl-req.pod.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/openssl-crl.pod.in b/doc/man1/openssl-crl.pod.in
index 724aaf0131..5cd5852bb6 100644
--- a/doc/man1/openssl-crl.pod.in
+++ b/doc/man1/openssl-crl.pod.in
@@ -162,6 +162,10 @@ L<openssl-ca(1)>,
L<openssl-x509(1)>,
L<ossl_store-file(7)>
+=head1 HISTORY
+
+Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.
+
=head1 COPYRIGHT
Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.
diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in
index cf0b6db9d2..386c7f292d 100644
--- a/doc/man1/openssl-req.pod.in
+++ b/doc/man1/openssl-req.pod.in
@@ -794,6 +794,8 @@ Since OpenSSL 3.2,
generated certificates bear X.509 version 3 unless B<-x509v1> is given,
and key identifier extensions are included by default.
+Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.
+
=head1 COPYRIGHT
Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved.