Fix bug where early_data does not work if no SNI callback is present
authorMatt Caswell <matt@openssl.org>
Tue, 10 Oct 2017 08:50:56 +0000 (09:50 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 12 Oct 2017 14:19:49 +0000 (15:19 +0100)
commit9fb6cb810b769abbd60f11ef6e936a4e4456b19d
tree97e8935163a954fc91cf732bd955e6f15f5f9709
parent549be25303943738340e1edc22f71672c969cf62
Fix bug where early_data does not work if no SNI callback is present

Fixes #4496

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4519)
ssl/statem/extensions.c