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 15585af97e)
This commit is contained in:
Vladimir Kotal 2024-03-27 10:51:22 +01:00 committed by Tomas Mraz
parent e4308e7a98
commit c8e45709dc
2 changed files with 6 additions and 0 deletions

View 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.

View 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.