From a835d6da087ff55e9ec103074bba805490862140 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 2 Jan 2024 15:02:19 +0100 Subject: [PATCH] changelog: document MD's conversion functions Signed-off-by: Valerio Setti --- ChangeLog.d/8664.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/8664.txt diff --git a/ChangeLog.d/8664.txt b/ChangeLog.d/8664.txt new file mode 100644 index 0000000000..03e297c18b --- /dev/null +++ b/ChangeLog.d/8664.txt @@ -0,0 +1,4 @@ +Features + * mbedtls_md_psa_alg_from_type() and mbedtls_md_type_from_psa_alg() helper + functions were added to convert from mbedtls_md_type_t to psa_algorithm_t + and viceversa.