]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
When calling ossl_crypto_condvar_wait_timeout() we must use real time
[thirdparty/openssl.git] / CHANGES.md
index aad65d78e58e34597a33eee54f4418e2f0b04c0d..af5f3cd2aba9b9b4a0632dd14c4ac007d8252903 100644 (file)
@@ -23,7 +23,18 @@ OpenSSL Releases
 OpenSSL 3.2
 -----------
 
-### Changes between 3.1 and 3.2 alpha 2 [28 Sep 2023]
+### Changes between 3.1 and 3.2 [xx XXX xxxx]
+
+ * Added a function to delete objects from store by URI - OSSL_STORE_delete()
+   and the corresponding provider-storemgmt API function
+   OSSL_FUNC_store_delete().
+
+   *Dmitry Belyavskiy*
+
+ * Added OSSL_FUNC_store_open_ex() provider-storemgmt API function to pass
+   a passphrase callback when opening a store.
+
+   *Simo Sorce*
 
  * Changed the default salt length used by PBES2 KDF's (PBKDF2 and scrypt)
    from 8 bytes to 16 bytes.