summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-06 17:59:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-06 17:59:41 +0000
commit50a095ed16c04da9c99972fd13e13283b22ad035 (patch)
tree97ab1f1dab8cb09c4892500d6ee825629eeee033 /ssl/ssl3.h
parent37aff2199e42fb9925eacc3548f43de458acf1a2 (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 b5f61f0217..2f579c253b 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -129,10 +129,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