Fix HRR bug
authorMatt Caswell <matt@openssl.org>
Tue, 9 May 2017 07:52:04 +0000 (08:52 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 9 May 2017 16:23:58 +0000 (17:23 +0100)
commit7b1ec1cfb76dfd71519d4a1482be0355817b06fc
tree06dae6ca5a644cd20a15f36d2644083af543757c
parent07d447a6fcd02bbccca9f7bd139cf0554fedf48c
Fix HRR bug

If an HRR gets sent without a key_share (e.g. cookie only) then the code
fails when it should not.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3414)
ssl/statem/extensions_clnt.c