test: Remove redundant SSL_CTX_set_max_early_data
authorPeter Wu <peter@lekensteyn.nl>
Wed, 21 Mar 2018 18:44:44 +0000 (19:44 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Apr 2018 07:15:00 +0000 (08:15 +0100)
commitd4da95a7736e9e74ec47f9e0077ad0ef18a4faf6
tree01edada03fc8424b2670175443b58d7d7a969f36
parent01a2a65488e18b8b566bd4aa1b4a8b9adb9ecdf8
test: Remove redundant SSL_CTX_set_max_early_data

Client can only send early data if the PSK allows for it, the
max_early_data_size field can only be configured for the server side.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5702)
test/sslapitest.c
test/tls13ccstest.c