]> git.ipfire.org Git - thirdparty/openssl.git/commit - providers/common/capabilities.c
Add the nist group names as aliases for the normal TLS group names
authorMatt Caswell <matt@openssl.org>
Wed, 20 Jan 2021 12:38:43 +0000 (12:38 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 15:22:42 +0000 (15:22 +0000)
commit306b8e7e19f6c5019a9fc4050c5de6ebe7135c1f
treea43fb6227655f8270191cb2fdaf24146b7edc64c
parent3de751e7f0791f5c9778faf44631555f05e24fad
Add the nist group names as aliases for the normal TLS group names

By recognising the nist group names directly we can avoid having to call
EC_curve_nist2nid in libssl, which is not available in a no-ec build.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13916)
providers/common/capabilities.c
ssl/ssl_conf.c
ssl/t1_lib.c