blob: a4d2e032eeb66ca28b15821aec16a669c8972b93 [file] [log] [blame]
Ben Taylor0c29cf82025-01-29 08:18:43 +00001API changes
Ben Taylor837130c2025-02-04 07:40:59 +00002 * Align the mbedtls_ssl_ticket_setup() function with the PSA Crypto API.
Ben Taylor7d4c48b2025-02-04 15:27:53 +00003 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 Taylorb6fb07b2025-02-04 09:08:02 +00005 specify the AEAD for ticket protection.