summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-27 09:06:01 +1000
committerPauli <pauli@openssl.org>2021-09-28 18:08:42 +1000
commitc8ffd2201b8685e149dd3244d6772339263d4a17 (patch)
treee9db56909feeed0ab8d5c71e6d1cdcd614a179ab /CHANGES.md
parent5fae7b432e3e2e14916bdcd1ad0fe594a27628c6 (diff)
changes: note that PVK KDF has moved to the legacy provider
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15968)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dc3008f814..c14bec916d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,6 +24,12 @@ OpenSSL 3.1
### Changes between 3.0 and 3.1 [xx XXX xxxx]
+ * The PVK key derivation function has been moved from b2i_PVK_bio_ex() into
+ the legacy crypto provider as an EVP_KDF. Applications requiring this KDF
+ will need to load the legacy crypto provider.
+
+ *Paul Dale*
+
* The various OBJ_* functions have been made thread safe.
*Paul Dale*