Minos Galanakis | 9314555 | 2025-09-09 18:54:52 +0100 | [diff] [blame] | 1 | API changes |
2 | * Align the mbedtls_ssl_ticket_setup() function with the PSA Crypto API. | ||||
3 | Instead of taking a mbedtls_cipher_type_t as an argument, this function | ||||
4 | now takes 3 new arguments: a PSA algorithm, key type and key size, to | ||||
5 | specify the AEAD for ticket protection. |