summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-28 20:11:29 +0200
committerDr. Stephen Henson <steve@openssl.org>2009-05-28 20:11:29 +0200
commitcaa97ef149d560ce9ae1555f8f495d52b157527c (patch)
tree71f52e9d5fe5a5fd1ceb53f58f3302d3a08fb0d5 /ssl/tls1.h
parentAdd CHANGES entries from 0.9.8-stable. (diff)
downloadopenssl-caa97ef149d560ce9ae1555f8f495d52b157527c.tar.xz
openssl-caa97ef149d560ce9ae1555f8f495d52b157527c.zip
Update from 1.0.0-stable.
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index 0ecbc6d105..b399db19bb 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -471,7 +471,11 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb)
#define TLS_CT_ECDSA_SIGN 64
#define TLS_CT_RSA_FIXED_ECDH 65
#define TLS_CT_ECDSA_FIXED_ECDH 66
-#define TLS_CT_NUMBER 7
+#define TLS_CT_GOST94_SIGN 21
+#define TLS_CT_GOST01_SIGN 22
+/* when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see
+ * comment there) */
+#define TLS_CT_NUMBER 9
#define TLS1_FINISH_MAC_LENGTH 12