summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-01 10:53:32 +0000
committerMatt Caswell <matt@openssl.org>2016-11-16 10:09:46 +0000
commitb1834ad781ee445f5f580e5dcf4792b96ae08d1d (patch)
tree515af98f4e23f23365de77410dd4d1d14ada2e76 /include
parentd2c27a28c068188c1bda5109d228d94f868d06af (diff)
Add the key_share processing to the server side
At the moment the server doesn't yet do anything with this information. We still need to send the server's key_share info back to the client. That will happen in subsequent commits. Reviewed-by: Rich Salz <rsalz@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 b61a992e16..dab0c4ee38 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2427,6 +2427,7 @@ int ERR_load_SSL_strings(void);
# define SSL_R_NO_SHARED_CIPHER 193
# define SSL_R_NO_SHARED_SIGNATURE_ALGORITHMS 376
# define SSL_R_NO_SRTP_PROFILES 359
+# define SSL_R_NO_SUITABLE_KEY_SHARE 101
# define SSL_R_NO_VALID_SCTS 216
# define SSL_R_NO_VERIFY_COOKIE_CALLBACK 403
# define SSL_R_NULL_SSL_CTX 195