mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 01:32:57 +00: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