Skip to content

Commit 15585af

Browse files
vladakt8m
authored andcommitted
Document change of -verify behavior in crl and req apps
Reviewed-by: Tom Cosgrove <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#23983)
1 parent 23fd48d commit 15585af

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/man1/openssl-crl.pod.in

+4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ L<openssl-ca(1)>,
162162
L<openssl-x509(1)>,
163163
L<ossl_store-file(7)>
164164

165+
=head1 HISTORY
166+
167+
Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.
168+
165169
=head1 COPYRIGHT
166170

167171
Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.

doc/man1/openssl-req.pod.in

+2
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,8 @@ Since OpenSSL 3.2,
794794
generated certificates bear X.509 version 3 unless B<-x509v1> is given,
795795
and key identifier extensions are included by default.
796796

797+
Since OpenSSL 3.3, the B<-verify> option will exit with 1 on failure.
798+
797799
=head1 COPYRIGHT
798800

799801
Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.

0 commit comments

Comments
 (0)