]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Avoid the use of a DH object in tls_construct_cke_dhe()
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 15:01:56 +0000 (16:01 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:51 +0000 (14:14 +0000)
commitcb5a427acf0617798099321032421d1242930402
treeedce3ca03a5d75ee7e8236f52ac624402de0f98f
parent1b2b475517054d26a555269acacdb0ab7072bc6e
Avoid the use of a DH object in tls_construct_cke_dhe()

There is no need for us to downgrade the EVP_PKEY into a DH object
for this function so we rewrite things to avoid it.

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