Send a missing_extension alert if key_share/supported groups not present
authorMatt Caswell <matt@openssl.org>
Thu, 11 May 2017 09:55:54 +0000 (10:55 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 11 May 2017 12:13:04 +0000 (13:13 +0100)
commitb6fdc12d94d7527c3018492ab838cbcda81ba346
treeb076afe967ca664d0e631d18126585e445a13b1c
parentfc4c15faa462c1a4cbf002f214f6503e629e7a20
Send a missing_extension alert if key_share/supported groups not present

Only applies if we're not doing psk.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3436)
include/openssl/ssl.h
ssl/ssl_err.c
ssl/statem/extensions.c
ssl/statem/extensions_srvr.c