summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorVladimir Kotal <vlada@kotalovi.cz>2024-03-07 17:00:07 +0100
committerTomas Mraz <tomas@openssl.org>2024-03-26 15:08:36 +0100
commit6af739b79ba50bd42ac8934747ab5c8b996f16b6 (patch)
treeef17337e58b25fee60951a46469234ff7f9b7c42 /CHANGES.md
parenta4cbffcd8998180b98bb9f7ce6065ed37d079d8b (diff)
apps/req,crl: exit with 1 on verification failure
Fixes #23771 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/23773)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ddb2ba56a2..559a69f518 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -28,6 +28,11 @@ OpenSSL 3.3
### Changes between 3.2 and 3.3 [xx XXX xxxx]
+ * The `-verify` option to the `openssl crl` and `openssl req` will make
+ the program exit with 1 on failure.
+
+ *VladimĂ­r Kotal*
+
* The BIO_get_new_index() function can only be called 127 times before it
reaches its upper bound of BIO_TYPE_MASK. It will now correctly return an
error of -1 once it is exhausted. Users may need to reserve using this