]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
apps/req,crl: exit with 1 on verification failure
[thirdparty/openssl.git] / CHANGES.md
index ddb2ba56a2854094c1d700436ca1bdc6c2108b0c..559a69f518740b0cb20b9f9565c44d5def6deef1 100644 (file)
@@ -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