mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Authenticate session tickets.
This commit is contained in:
parent
990c51a557
commit
56dc9e8bba
3 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue