diff options
author | lloyd <[email protected]> | 2012-01-03 12:55:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-03 12:55:31 +0000 |
commit | 52868a93300a3b7e8666c49ccc786e6dba66438e (patch) | |
tree | 3520e44190c143bb32daf61b61e7479c3ac00e3b | |
parent | 52b9356cec6c5ad9a5d00a8ecbbad10a672787e8 (diff) |
Code for NewSessionTicket handshake message
-rw-r--r-- | src/tls/tls_magic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_magic.h b/src/tls/tls_magic.h index a87739b5a..3629cd112 100644 --- a/src/tls/tls_magic.h +++ b/src/tls/tls_magic.h @@ -42,6 +42,7 @@ enum Handshake_Type { CLIENT_HELLO = 1, CLIENT_HELLO_SSLV2 = 200, // Not a wire value SERVER_HELLO = 2, + NEW_SESSION_TICKET = 4, // RFC 5077 CERTIFICATE = 11, SERVER_KEX = 12, CERTIFICATE_REQUEST = 13, |