mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-19 01:29:56 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user