diff options
author | lloyd <[email protected]> | 2010-04-17 21:28:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-04-17 21:28:30 +0000 |
commit | ee353b33dae5fd2a664ac56556e2037284735a47 (patch) | |
tree | e36be6f9a35ec5e0ae08216d8a3ce5339c21868f /src/ssl/tls_magic.h | |
parent | aaa9e92697e16278fb91552f075c020f2b4c26cb (diff) |
Add support for reading SSLv2 client hellos
Diffstat (limited to 'src/ssl/tls_magic.h')
-rw-r--r-- | src/ssl/tls_magic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ssl/tls_magic.h b/src/ssl/tls_magic.h index 35a9fc925..25cd0986a 100644 --- a/src/ssl/tls_magic.h +++ b/src/ssl/tls_magic.h @@ -40,6 +40,7 @@ enum Record_Type { enum Handshake_Type { HELLO_REQUEST = 0, CLIENT_HELLO = 1, + CLIENT_HELLO_SSLV2 = 255, // not a wire value SERVER_HELLO = 2, CERTIFICATE = 11, SERVER_KEX = 12, |