summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-20 14:58:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-20 14:58:45 +0000
commitb81fde02aa9c09b41ca83c59f885140d85cb9002 (patch)
treedc2855cc8fe1fb85ca20f65d4867109721033c0b /ssl/ssl3.h
parent57dd2ea808ea4564a5b1aa2dc4f7ce5b6811904b (diff)
Add server client certificate support for TLS v1.2 . This is more complex
than client side as we need to keep the handshake record cache frozen when it contains all the records need to process the certificate verify message. (backport from HEAD).
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 45fef15fb6..38c5cc29a6 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -383,6 +383,7 @@ typedef struct ssl3_buffer_st
#define SSL3_FLAGS_POP_BUFFER 0x0004
#define TLS1_FLAGS_TLS_PADDING_BUG 0x0008
#define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010
+#define TLS1_FLAGS_KEEP_HANDSHAKE 0x0020
#ifndef OPENSSL_NO_SSL_INTERN