]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-ec with no-dh
authorMatt Caswell <matt@openssl.org>
Thu, 13 Jun 2019 18:34:37 +0000 (19:34 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 17 Jun 2019 09:57:19 +0000 (10:57 +0100)
commit65dc5c3cc10af7c6f24ecd922adb7b6d17a9fe65
treeb4b969f236f90015b0d63ef80781e7bd49ed2f4b
parentdbc6268f68e50b2e49d7c5b1157b4f6bcea5d6f9
Fix no-ec with no-dh

Make sure that the combination of no-ec with no-dh builds successfully.
If neither ec or dh are available then TLSv1.3 is not possible.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9156)
Configure
ssl/s3_lib.c
ssl/statem/extensions.c
ssl/t1_lib.c
test/tls13ccstest.c