From 3afdd02e378f4e901845ad7d6f00e7379073d497 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 9 Jan 2024 08:50:20 +0100 Subject: [PATCH] changelog: improve wording Signed-off-by: Valerio Setti --- ChangeLog.d/7764.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog.d/7764.txt b/ChangeLog.d/7764.txt index 983058403..4cd20798a 100644 --- a/ChangeLog.d/7764.txt +++ b/ChangeLog.d/7764.txt @@ -1,4 +1,3 @@ Features * Add functions mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_from_psa() - to convert between mbedtls_ecp_group_id and psa_ecc_family_t and curve's - bit size. + to convert between Mbed TLS and PSA curve identifiers.