Convert TLS ServerKeyExchange processing to use an EVP_PKEY
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 12:41:32 +0000 (13:41 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:23 +0000 (14:14 +0000)
commit1ee22dc26873e68b73b693ffb5d99a6e9644b45f
treea5fb315d83969010480798a1e94741d468afe262
parent091f6074c554a14bd9d37186e40ff9d556e4b216
Convert TLS ServerKeyExchange processing to use an EVP_PKEY

Previously we were constructing a DH object and then assigning it to an
EVP_PKEY. Instead we construct an EVP_PKEY directly.

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