aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Setti <valerio.setti@nordicsemi.no>2024-02-22 15:28:59 +0100
committerValerio Setti <valerio.setti@nordicsemi.no>2024-03-11 11:34:58 +0100
commit2f08f4cdb878f205764228f692c4dbeafa481de7 (patch)
treea109e808c1098f6654e82f4e2525aff13ec0a7e2
parent61a47a46ea71fb8c18b7e065272e87f88b33f5ff (diff)
downloadmbedtls-2f08f4cdb878f205764228f692c4dbeafa481de7.zip
mbedtls-2f08f4cdb878f205764228f692c4dbeafa481de7.tar.gz
mbedtls-2f08f4cdb878f205764228f692c4dbeafa481de7.tar.bz2
add changelog
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
-rw-r--r--ChangeLog.d/8709.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.d/8709.txt b/ChangeLog.d/8709.txt
new file mode 100644
index 0000000..52b9609
--- /dev/null
+++ b/ChangeLog.d/8709.txt
@@ -0,0 +1,3 @@
+Features
+ * The new function mbedtls_pk_copy_from_psa() provides a way to setup
+ a PK context starting from a PSA key.