If not sending key_share (no TLSv1.3), return appropriately.
authorTodd Short <tshort@akamai.com>
Fri, 2 Mar 2018 14:36:28 +0000 (09:36 -0500)
committerMatt Caswell <matt@openssl.org>
Mon, 5 Mar 2018 13:16:33 +0000 (13:16 +0000)
commitaa2ed504ea9d55be6e75a9647d874709dc71823b
treed0868fee8e49b57d7f38d26e1bae1540eaf17a64
parent5de683d2c6ae2f8c30b97326e72ff19f41228b74
If not sending key_share (no TLSv1.3), return appropriately.

This fixes an issue raised in PR #4964 by kaduk.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5491)
ssl/statem/extensions_clnt.c