commit | 0c29cf87b19cc7545a0719ab91582e5149e0ec0b | [log] [tgz] |
---|---|---|
author | Ben Taylor <ben.taylor@linaro.org> | Wed Jan 29 08:18:43 2025 +0000 |
committer | Ben Taylor <ben.taylor@linaro.org> | Thu Jan 30 08:22:40 2025 +0000 |
tree | ab230b6fdeb0619669fb1551eca639e6e1109112 | |
parent | 9c2afb44bb7509a135ef9a8b6349b5617e8241d1 [diff] [blame] |
Move ssl_ticket to the PSA API Convert the mbedtl_ssl_ticket_setup function to use the TF_PSA_Crypto API. Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/ChangeLog.d/9874.txt b/ChangeLog.d/9874.txt new file mode 100644 index 0000000..efcaa3a --- /dev/null +++ b/ChangeLog.d/9874.txt
@@ -0,0 +1,2 @@ +API changes + * Convert the mbedtl_ssl_ticket_setup function to use the TF_PSA_Crypto API.