Ensure default supported groups works even with no-ec and no-dh
authorMatt Caswell <matt@openssl.org>
Wed, 13 Jan 2021 15:50:36 +0000 (15:50 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 15:20:36 +0000 (15:20 +0000)
commitddf8f1ce634b9a3bd30603d9e0eaec1990a0d586
tree7c550e9e93899a3e73d6b88ad407623375a9d0e5
parent5b64ce89b0859956387cda1d56718d2a5f09d928
Ensure default supported groups works even with no-ec and no-dh

The default supported groups code was disabled in the event of a build
with no-ec and no-dh. However now that providers can add there own
groups (which might not fit into either of these categories), this is
no longer appropriate.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13916)
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/t1_lib.c