Convert TLS auto DH parameters to use EVP_PKEY
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 08:25:35 +0000 (09:25 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 18 Nov 2020 14:14:22 +0000 (14:14 +0000)
commit091f6074c554a14bd9d37186e40ff9d556e4b216
tree3190a46233adee735d55f3659ed0f5a87a2cfbf0
parent2b93900e28b330e6066a993278fabd4d560936f9
Convert TLS auto DH parameters to use EVP_PKEY

Previously a DH object was constructed and then assigned to an EVP_PKEY.
Instead we now construct the EVP_PKEY directly instead.

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