mirror of https://github.com/openssl/openssl.git
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:
parent
e4308e7a98
commit
c8e45709dc
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue