TLS: Use EVP_PKEY_get_group_name() to get the group name
authorRichard Levitte <levitte@openssl.org>
Wed, 18 Nov 2020 09:43:50 +0000 (10:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Dec 2020 19:13:54 +0000 (20:13 +0100)
commitd8975dec0c3f41a491345f8a3c02612eaf8b30f7
treecbfdfa5715166c791a9e055a0668b7eb58261776
parent88bddad42ee27483d153a0b0c0edd13b2b5fdbc0
TLS: Use EVP_PKEY_get_group_name() to get the group name

For the moment, we translate the result to a NID, because that's still
used in several locations in libssl.  Future development should change
all the internals to be name based instead.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13436)
ssl/ssl_local.h
ssl/statem/statem_lib.c
ssl/t1_lib.c