diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-03-29 19:06:55 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-03-29 19:06:55 -0400 |
commit | 79216287148c4ede29cd3a0b4c2dc961908c79d2 (patch) | |
tree | 2759adadb169efa7c922c3c1ee89045db3ecc7e6 /projects | |
parent | 27c99a37ba55a78e3227c7058cf7533bb4aa7296 (diff) | |
download | curl-79216287148c4ede29cd3a0b4c2dc961908c79d2.tar.gz |
wolfssl: Use ECC supported curves extension
https://github.com/wolfSSL/wolfssl/issues/366
Diffstat (limited to 'projects')
-rw-r--r-- | projects/wolfssl_options.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |