summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorBodo Moeller <bodo@openssl.org>2014-10-15 04:04:55 +0200
committerBodo Moeller <bodo@openssl.org>2014-10-15 04:04:55 +0200
commita46c705214004358c8e7b1b5c3eb1c45615d3b21 (patch)
tree7af6623db9e229b55dedf2c7f7d809891e64664f /ssl/ssl3.h
parentdc7bca8bccbfe31d28a2be5e0ae8f220de8b5109 (diff)
Support TLS_FALLBACK_SCSV.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 7ba8f4c130..a4823d3308 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -128,9 +128,14 @@
extern "C" {
#endif
-/* Signalling cipher suite value: from draft-ietf-tls-renegotiation-03.txt */
+/* Signalling cipher suite value from RFC 5746
+ * (TLS_EMPTY_RENEGOTIATION_INFO_SCSV) */
#define SSL3_CK_SCSV 0x030000FF
+/* Signalling cipher suite value from draft-ietf-tls-downgrade-scsv-00
+ * (TLS_FALLBACK_SCSV) */
+#define SSL3_CK_FALLBACK_SCSV 0x03005600
+
#define SSL3_CK_RSA_NULL_MD5 0x03000001
#define SSL3_CK_RSA_NULL_SHA 0x03000002
#define SSL3_CK_RSA_RC4_40_MD5 0x03000003