EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
[openssl.git] / CHANGES.md
index d2aaec9fbed3c1632adbc9b216fe6b224d98ad0f..ba2569bf62ae63b6a4a543ca8cd67a365eed11e3 100644 (file)
@@ -24,6 +24,11 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx] ###
 
+ * Added EVP_PKEY_set_type_by_keymgmt(), to initialise an EVP_PKEY to
+   contain a provider side internal key.
+
+   *Richard Levitte*
+
  * `ASN1_verify()`, `ASN1_digest()` and `ASN1_sign()` have been deprecated.
    They are old functions that we don't use, and that you could disable with
    the macro `NO_ASN1_OLD`.  This goes all the way back to OpenSSL 0.9.7.