summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-08 09:19:22 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:38:18 +0000
commit94836de2aeab65869caf2aa9a260114a309aaf0a (patch)
tree934d928e488d9de7e0a8477e2f7f2b283837477f /include
parente27f234a4147a7bd621d2a439c2cc2cc9a6a8382 (diff)
Move server side TLS to new state machine
Implement all of the necessary changes for moving TLS server side processing into the new state machine code. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 6660883a2e..75bca7cdb4 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2118,6 +2118,7 @@ void ERR_load_SSL_strings(void);
# define SSL_F_TLS_GET_MESSAGE_BODY 351
# define SSL_F_TLS_GET_MESSAGE_HEADER 350
# define SSL_F_TLS_POST_PROCESS_CLIENT_HELLO 378
+# define SSL_F_TLS_POST_PROCESS_CLIENT_KEY_EXCHANGE 384
# define SSL_F_TLS_PREPARE_CLIENT_CERTIFICATE 360
# define SSL_F_TLS_PROCESS_CERTIFICATE_REQUEST 361
# define SSL_F_TLS_PROCESS_CERT_STATUS 362