Remove DH usage from tls_process_cke_dhe
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 15:19:16 +0000 (16:19 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:52 +0000 (14:14 +0000)
commit936d5657680bba3315aec6d7cdc04ea8cab9050e
tree923363f613840abef9623f1ba92f97c34e8455f5
parent184280971c4db38d7001983569bacca2a50b50f1
Remove DH usage from tls_process_cke_dhe

We instead set the encoded public key directly in the EVP_PKEY object.

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