changes: note that PVK KDF has moved to the legacy provider
authorPauli <pauli@openssl.org>
Sun, 26 Sep 2021 23:06:01 +0000 (09:06 +1000)
committerPauli <pauli@openssl.org>
Tue, 28 Sep 2021 08:08:42 +0000 (18:08 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15968)

CHANGES.md

index dc3008f814df89b1cc433760754ee90d9b7cf760..c14bec916dd3248c072b65e900d2a22fe3c6cf74 100644 (file)
@@ -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*