From 79216287148c4ede29cd3a0b4c2dc961908c79d2 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Tue, 29 Mar 2016 19:06:55 -0400 Subject: wolfssl: Use ECC supported curves extension https://github.com/wolfSSL/wolfssl/issues/366 --- projects/wolfssl_options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects') diff --git a/projects/wolfssl_options.h b/projects/wolfssl_options.h index b668daaf5..04752b811 100644 --- a/projects/wolfssl_options.h +++ b/projects/wolfssl_options.h @@ -30,6 +30,7 @@ C_EXTRA_FLAGS="\ --enable-sha512 \ --enable-sni \ --enable-sslv3 \ + --enable-supportedcurves \ --enable-testcert \ > config.out 2>&1 @@ -158,6 +159,9 @@ extern "C" { #undef HAVE_TLS_EXTENSIONS #define HAVE_TLS_EXTENSIONS +#undef HAVE_SUPPORTED_CURVES +#define HAVE_SUPPORTED_CURVES + #undef WOLFSSL_TEST_CERT #define WOLFSSL_TEST_CERT -- cgit v1.2.3