The correct key length for a TLSv1.3 SHA384 ciphersuite is 48
authorMatt Caswell <matt@openssl.org>
Wed, 5 Jul 2017 09:45:02 +0000 (10:45 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Jul 2017 14:02:09 +0000 (15:02 +0100)
commitde2f409ef9de775df6db2c7de69b7bb0df21e380
tree5e5a02e873b83c7e32b7d968fcf1ec42cc1ef479
parent9b6a82546151d6f971628e2d7828752ee47bfef7
The correct key length for a TLSv1.3 SHA384 ciphersuite is 48

Our test was using 32. The latest ticket nonce changes now validate this
value and so sslapitest was failing.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3852)
test/sslapitest.c