commit | 3b5873567d24bf0d8bc2a175848e716e295d6c94 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Nov 14 14:21:13 2017 +0000 |
committer | Matt Caswell <matt@openssl.org> | Tue Nov 21 17:46:22 2017 +0000 |
tree | dbbc51d592a170c627463bb681d761e2a193c980 | |
parent | bfab12bb7dbd32cb13a8d518f312857ebd045541 [diff] |
Provide a more information early_data message in s_server s_server reported early_data not being sent and early_data being rejected in the same way, i.e. "No early data received". This is slightly misleading so this commit provides a different error message if the early data is rejected. Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4738)