1
0
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:
Manuel Pégourié-Gonnard
2013-08-03 17:16:31 +02:00
committed by Paul Bakker
parent 990c51a557
commit 56dc9e8bba
3 changed files with 17 additions and 5 deletions

View File

@ -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