mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 07:20:52 +00:00
6 lines
285 B
Plaintext
6 lines
285 B
Plaintext
API changes
|
|
* 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.
|