Skip to content

Commit

Permalink
Document change of -verify behavior in crl and req apps
Browse files Browse the repository at this point in the history
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23983)

(cherry picked from commit 15585af)
  • Loading branch information
vladak authored and t8m committed Apr 2, 2024
1 parent e4308e7 commit c8e4570
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/man1/openssl-crl.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions doc/man1/openssl-req.pod.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8e4570

Please sign in to comment.