summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-06 17:37:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-06 17:37:09 +0000
commit76998a71bc3ce86d1af2bddd26c8d7f2040088df (patch)
treeaa50fd094feffbb6cf8d501369d875c072b9fac5 /ssl/ssl3.h
parentdd792d62229df356e9538c5da15cde2a3832d428 (diff)
Updates to conform with draft-ietf-tls-renegotiation-03.txt:
1. Add provisional SCSV value. 2. Don't send SCSV and RI at same time. 3. Fatal error is SCSV received when renegotiating.
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 342cd44590..baaa89e717 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -128,10 +128,8 @@
extern "C" {
#endif
-/* Magic Cipher Suite Value. NB: bogus value used for testing */
-#ifndef SSL3_CK_SCSV
-#define SSL3_CK_SCSV 0x03000FEC
-#endif
+/* Signalling cipher suite value: from draft-ietf-tls-renegotiation-03.txt */
+#define SSL3_CK_SCSV 0x030000FF
#define SSL3_CK_RSA_NULL_MD5 0x03000001
#define SSL3_CK_RSA_NULL_SHA 0x03000002