Ben Taylor | 0c29cf8 | 2025-01-29 08:18:43 +0000 | [diff] [blame] | 1 | API changes |
Ben Taylor | 837130c | 2025-02-04 07:40:59 +0000 | [diff] [blame] | 2 | * Align the mbedtls_ssl_ticket_setup() function with the PSA Crypto API. |
Ben Taylor | 7d4c48b | 2025-02-04 15:27:53 +0000 | [diff] [blame] | 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 | ||||
Ben Taylor | b6fb07b | 2025-02-04 09:08:02 +0000 | [diff] [blame] | 5 | specify the AEAD for ticket protection. |