mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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)
This commit is contained in:
parent
cda2e7c914
commit
3f8b7b9875
11
CHANGES.md
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user