Remove DH usage in tls_construct_server_key_exchange()
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 15:12:05 +0000 (16:12 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:51 +0000 (14:14 +0000)
commit184280971c4db38d7001983569bacca2a50b50f1
tree5601fd477d1c63bb1c14874562b22eb022439266
parentcb5a427acf0617798099321032421d1242930402
Remove DH usage in tls_construct_server_key_exchange()

We get DH related parameters directly from the EVP_PKEY instead of
downgrading to a DH object first.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13368)
ssl/statem/statem_srvr.c