Revert "Reduce stack usage in tls13_hkdf_expand"
authorMatt Caswell <matt@openssl.org>
Mon, 3 Dec 2018 18:14:57 +0000 (18:14 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 5 Dec 2018 10:54:52 +0000 (10:54 +0000)
commited371b8cbac0d0349667558c061c1ae380cf75eb
tree6a51d22aa54322d1212723072fe0363bf2336d55
parent3a4a88f436ed1dd1165e0b59c1ca4a25e9e1d690
Revert "Reduce stack usage in tls13_hkdf_expand"

This reverts commit ec0c5f5693e39c5a013f81e6dd9dfd09ec65162d.

SSL_export_keying_material() may use longer label lengths.

Fixes #7712

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