summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-06 17:37:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-06 17:37:38 +0000
commiteb173308375b109dbbf2aa7ecf82b959fdc67446 (patch)
tree22effeaadac02641076cb38cac65ec07972b8f4a /ssl/ssl3.h
parent2708603bb46853706eb5c276e506a4323c8cce9e (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