Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacy
authorTomas Mraz <tomas@openssl.org>
Wed, 20 Jan 2021 13:01:01 +0000 (14:01 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 26 Jan 2021 14:26:49 +0000 (15:26 +0100)
commit0c8e98e615d3522592a5bde6fcef43e42eb70deb
treed4cde4d46f67f9d2baf6a5d9c7bf8982699d856f
parentf377e58fde1a7e6b29067c48df7d3c04fdaeba38
Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacy

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13139)
crypto/x509/x509_cmp.c
ssl/s3_lib.c
ssl/ssl_local.h
ssl/tls_depr.c
test/helpers/handshake.c