Use the correct size for TLSv1.3 finished keys
authorMatt Caswell <matt@openssl.org>
Thu, 15 Dec 2016 00:28:47 +0000 (00:28 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commit6612d87b897f1f71237e6a7f5a075d46e74d8ac5
treea091f981335a98eac6c7a18d2c8e52eef332765d
parentac77aa9a1c247ef8fe0726b3eceb95a26eba292e
Use the correct size for TLSv1.3 finished keys

We need to use the length of the handshake hash for the length of the
finished key.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
ssl/tls13_enc.c