commit | 3afdd02e378f4e901845ad7d6f00e7379073d497 | [log] [tgz] |
---|---|---|
author | Valerio Setti <valerio.setti@nordicsemi.no> | Tue Jan 09 08:50:20 2024 +0100 |
committer | Valerio Setti <valerio.setti@nordicsemi.no> | Tue Jan 09 13:41:53 2024 +0100 |
tree | c3d0291424c11583839d87aa4a9c54b120591909 | |
parent | 2622b1dab364d29923035189620a44a5109d0c20 [diff] |
changelog: improve wording Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/ChangeLog.d/7764.txt b/ChangeLog.d/7764.txt index 9830584..4cd2079 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.