summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2019-07-23 14:14:48 -0400
committerDavid Benjamin <davidben@google.com>2019-07-25 16:26:06 -0400
commite4a282fe030363a87d52d4a3214eb7490036015e (patch)
treeaf395d501c42137e4539b584786dd03406062ca4 /test/build.info
parent54aa9d51b09d67e90db443f682cface795f5af9e (diff)
Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.
tls_parse_stoc_key_share was generating a new EVP_PKEY public/private keypair and then overrides it with the server public key, so the generation was a waste anyway. Instead, it should create a parameters-only EVP_PKEY. (This is a consequence of OpenSSL using the same type for empty key, empty key with key type, empty key with key type + parameters, public key, and private key. As a result, it's easy to mistakenly mix such things up, as happened here.) Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/9445) (cherry picked from commit 166c0b98fd6e8b1bb341397642527a9396468f6c)
Diffstat (limited to 'test/build.info')
0 files changed, 0 insertions, 0 deletions