]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Fix early_data with an HRR
authorMatt Caswell <matt@openssl.org>
Fri, 14 Jul 2017 13:50:48 +0000 (14:50 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 18 Jul 2017 15:51:58 +0000 (16:51 +0100)
commitd4504fe5792b2dcf8ae6ef35634f1494e72d109b
tree7b51694b056efe6d8c86b92b6677b6eecf83372a
parent1e3f62a3823f7e3db9d403f724fd9d66f5b04cf8
Fix early_data with an HRR

early_data is not allowed after an HRR. We failed to handle that
correctly.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3933)
ssl/statem/extensions_srvr.c
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c