From 4f1650d4af72952080c2471d91403e6658b77532 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 29 Feb 2024 11:37:10 +0100 Subject: [PATCH] changelog: enhance description Signed-off-by: Valerio Setti --- ChangeLog.d/8709.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/8709.txt b/ChangeLog.d/8709.txt index 52b96096c4..a95cedf138 100644 --- a/ChangeLog.d/8709.txt +++ b/ChangeLog.d/8709.txt @@ -1,3 +1,5 @@ Features * The new function mbedtls_pk_copy_from_psa() provides a way to setup - a PK context starting from a PSA key. + a PK context starting from a PSA key. In contrast to + mbedtls_pk_setup_opaque() the resulting PK context is a normal context + that's independent from the original PSA key.