summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-01 18:39:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-01 18:39:33 +0000
commit6732e14278fafe80408ec48974c4b232f75a6739 (patch)
tree492b9b02d0494fcbe773ed79e8960f8d5a157388 /ssl/tls1.h
parent499684404ccf27b261cd72770c068fee4ea6f369 (diff)
check DSA_sign() return value properly
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index b3cc8f098b..fb6e817176 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -287,6 +287,13 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
#endif
+/* Renegotiation indicator "magic" ciphersuite from
+ * "draft-ietf-tls-renegotiation" (FIXME: put RFC# in here when ready)
+ * FIXME: put correct ciphersuite number in here when available.
+ */
+
+#define OPENSSL_RI_MAGIC 0x03000FEC
+
/* PSK ciphersuites from 4279 */
#define TLS1_CK_PSK_WITH_RC4_128_SHA 0x0300008A
#define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008B