Improve Changelog and correct alg selection

Improve the description of the API changes in the changelog and
fix some incorrect alg selection variables in ssl_server2.c.

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-02-04 07:50:19 +00:00
parent d0498803a1
commit 837130cf65
2 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
API changes
* Convert the mbedtl_ssl_ticket_setup function to use the TF_PSA_Crypto API.
* Align the mbedtls_ssl_ticket_setup() function with the PSA Crypto API.
Instead of taking a mbedtls_cipher_type_t as an argument, this function now takes 3
new arguments: a PSA algorithm, key type and key size, to specify the AEAD for ticket
protection.