summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_err.c
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 /ssl/ssl_err.c
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 'ssl/ssl_err.c')
-rw-r--r--ssl/ssl_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index 6c438fe2fe..7523f1c76f 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -488,6 +488,7 @@ static ERR_STRING_DATA SSL_str_reasons[] = {
{ERR_REASON(SSL_R_NO_SHARED_SIGNATURE_ALGORITHMS),
"no shared signature algorithms"},
{ERR_REASON(SSL_R_NO_SRTP_PROFILES), "no srtp profiles"},
+ {ERR_REASON(SSL_R_NO_SUITABLE_KEY_SHARE), "no suitable key share"},
{ERR_REASON(SSL_R_NO_VALID_SCTS), "no valid scts"},
{ERR_REASON(SSL_R_NO_VERIFY_COOKIE_CALLBACK),
"no verify cookie callback"},