]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document change of -verify behavior in crl and req apps
authorVladimir Kotal <vlada@kotalovi.cz>
Wed, 27 Mar 2024 09:51:22 +0000 (10:51 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 2 Apr 2024 16:43:33 +0000 (18:43 +0200)
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)

doc/man1/openssl-crl.pod.in
doc/man1/openssl-req.pod.in

index 724aaf013186565ea3e4fdadbf166ef8b0093c64..5cd5852bb6db2ea0af7245e28be0d0a6ed9fb7bb 100644 (file)
@@ -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.
index cf0b6db9d270b9654e138dad55a53029e9a1d187..386c7f292d3046d20da51fea775b7f9dab5d142d 100644 (file)
@@ -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.