commit | 1e9c4db5246364339ac2fc58ca1c86b31dc20f1a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 25 14:07:08 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 25 19:42:14 2015 +0200 |
tree | ffe27b70e2dbf7cbf437a9160a139c366cbc96c7 | |
parent | 887674a33bd104becee732d5d1b9591e85acd3fa [diff] [blame] |
Implement key rotation
diff --git a/include/mbedtls/ssl_ticket.h b/include/mbedtls/ssl_ticket.h index 201849e..80dcd2b 100644 --- a/include/mbedtls/ssl_ticket.h +++ b/include/mbedtls/ssl_ticket.h
@@ -52,6 +52,7 @@ typedef struct { mbedtls_ssl_ticket_key keys[2]; /*!< ticket protection keys */ + unsigned char active; /*!< index of the currently active key */ uint32_t ticket_lifetime; /*!< lifetime of tickets in seconds */