Add the key_share processing to the server side
authorMatt Caswell <matt@openssl.org>
Tue, 1 Nov 2016 10:53:32 +0000 (10:53 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Nov 2016 10:09:46 +0000 (10:09 +0000)
commitb1834ad781ee445f5f580e5dcf4792b96ae08d1d
tree515af98f4e23f23365de77410dd4d1d14ada2e76
parentd2c27a28c068188c1bda5109d228d94f868d06af
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>
include/openssl/ssl.h
ssl/ssl_err.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c