From 64d5fc0070cf6a1fe7e09d773df9dd2e3be961c6 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 11 Mar 2024 09:52:59 +0100 Subject: [PATCH] changelog: fix text and typos Signed-off-by: Valerio Setti --- ChangeLog.d/8709.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/8709.txt b/ChangeLog.d/8709.txt index a95cedf138..8c1579755d 100644 --- a/ChangeLog.d/8709.txt +++ b/ChangeLog.d/8709.txt @@ -1,5 +1,5 @@ Features - * The new function mbedtls_pk_copy_from_psa() provides a way to setup - 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. + * The new function mbedtls_pk_copy_from_psa() provides a way to set up + a PK context starting from a PSA key. The new function + mbedtls_pk_copy_from_psa() provides a way to set up a PK context with the + same content as a PSA key.