Provide a more information early_data message in s_server
authorMatt Caswell <matt@openssl.org>
Tue, 14 Nov 2017 14:21:13 +0000 (14:21 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 21 Nov 2017 17:46:22 +0000 (17:46 +0000)
commit3b5873567d24bf0d8bc2a175848e716e295d6c94
treedbbc51d592a170c627463bb681d761e2a193c980
parentbfab12bb7dbd32cb13a8d518f312857ebd045541
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)
apps/s_server.c