summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-06 15:21:02 +0000
committerBen Laurie <ben@openssl.org>1999-03-06 15:21:02 +0000
commitbc3482442acb6269733a36abb995853e7ce20aae (patch)
treeaf14872ed53f8b5a0885c849f0d136839d561cd7 /ssl/tls1.h
parenta49034aba9f9adf4278e23ab7dc8cb8bb1b83892 (diff)
Disable new TLS1 ciphersuites.
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index 8d47ae591a..780beea855 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -65,6 +65,8 @@
extern "C" {
#endif
+#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0
+
#define TLS1_VERSION 0x0301
#define TLS1_VERSION_MAJOR 0x03
#define TLS1_VERSION_MINOR 0x01