summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-10-02 17:07:52 +0200
committerPauli <pauli@openssl.org>2023-10-04 10:51:01 +1100
commit3f8b7b98759553336dbdfc29f9cc4118046afede (patch)
treed1f4946c01d6f8fb7151f3bdf06b0668146f486d /CHANGES.md
parentcda2e7c914bffc904e3ee79f360953fd370e19e9 (diff)
CHANGES.md: Mention new features added after 3.2 alpha1
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22251)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f0b6898511..af5f3cd2ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,17 @@ OpenSSL 3.2
### 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.
The PKCS5 (RFC 8018) standard uses a 64 bit salt length for PBE, and