TLS1.3: Correct intermediate secret derivation
authorJoseph Birr-Pixton <jpixton@gmail.com>
Sun, 19 Mar 2017 16:40:14 +0000 (16:40 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 19 Mar 2017 20:59:59 +0000 (20:59 +0000)
commitb0c9fc9b48be849090e84b4605087ae477c69e72
treeb12433740038f140f909160ccc93a304f9c4b22d
parent43c564170c7300092fa1627b961480c708d6fc01
TLS1.3: Correct intermediate secret derivation

This label for this derivation was incorrectly "derived" or "der" depending
on the pointer size of the build(!). The correct string is "derived secret".

(cherry picked from commit 936dcf272033c1bf59a5e859ec63e2557194f191)

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2989)
ssl/tls13_enc.c