commit | 637f374ad49d5f6d4f81d87d7cdd226428aa470c | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Mon Dec 07 13:31:02 2009 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Dec 07 13:31:02 2009 +0000 |
tree | 2f471a88015ddb5c1e0b3b8b36717db006b0361e | |
parent | 7e4cae1d2f555cbe9226b377aff4b56c9f7ddd4d [diff] [blame] |
Initial experimental TLSv1.1 support
diff --git a/ssl/tls1.h b/ssl/tls1.h index b3cc8f0..b32b713 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h
@@ -159,6 +159,10 @@ #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 +#define TLS1_1_VERSION 0x0302 +#define TLS1_1_VERSION_MAJOR 0x03 +#define TLS1_1_VERSION_MINOR 0x02 + #define TLS1_VERSION 0x0301 #define TLS1_VERSION_MAJOR 0x03 #define TLS1_VERSION_MINOR 0x01