From: Vladimir Kotal Date: Wed, 27 Mar 2024 09:51:22 +0000 (+0100) Subject: Document change of -verify behavior in crl and req apps X-Git-Tag: openssl-3.4.0-alpha1~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15585af97ec682182f40f815741e66f1ec40f941;p=thirdparty%2Fopenssl.git Document change of -verify behavior in crl and req apps Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23983) --- diff --git a/doc/man1/openssl-crl.pod.in b/doc/man1/openssl-crl.pod.in index f477cfd2362..630c15dab5a 100644 --- a/doc/man1/openssl-crl.pod.in +++ b/doc/man1/openssl-crl.pod.in @@ -162,6 +162,10 @@ L, L, L +=head1 HISTORY + +Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure. + =head1 COPYRIGHT Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. diff --git a/doc/man1/openssl-req.pod.in b/doc/man1/openssl-req.pod.in index d2de373e2ca..c1480ef07ba 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-2023 The OpenSSL Project Authors. All Rights Reserved.