Topic: "Don't have ECC" server error for static DH suite
Hi All,
trying WolfSLL v5.6.0-stable.
build option:
./configure --enable-pkcs11 --enable-ecc --enable-debug
diff wolfssl/wolfcrypt/settings.h:
-/* #define WOLFSSL_STATIC_DH */
+#define WOLFSSL_STATIC_DH
OS: ubuntu 20.04
server:
./example/server/server -l TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
client:
./example/client/client -l TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
error on server side:
...
Requires ECC
Don't have ECC
...
full output in attachments
The ssl->options.haveECC is 0 on server side, and I can't find a way to enable it.
Please help to fix,
thank you