summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.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/ssl.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/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 057083faad..7d4e46e916 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2028,6 +2028,7 @@ void ERR_load_SSL_strings(void);
#define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO 216
#define SSL_R_REUSE_CERT_TYPE_NOT_ZERO 217
#define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO 218
+#define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 324
#define SSL_R_SERVERHELLO_TLSEXT 224
#define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 277
#define SSL_R_SHORT_READ 219