mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Authenticate session tickets.
This commit is contained in:
committed by
Paul Bakker
parent
990c51a557
commit
56dc9e8bba
@ -455,6 +455,7 @@ struct _ssl_ticket_keys
|
||||
unsigned char key_name[16]; /*!< name to quickly discard bad tickets */
|
||||
aes_context enc; /*!< encryption context */
|
||||
aes_context dec; /*!< decryption context */
|
||||
unsigned char mac_key[16]; /*!< authentication key */
|
||||
};
|
||||
|
||||
struct _ssl_context
|
||||
|
Reference in New Issue
Block a user