You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: Generating user options header...
checking for wolfssl/openssl/aes.h... no
configure: error: Header file inconsistency detected -- error including wolfssl/openssl/aes.h.
The text was updated successfully, but these errors were encountered:
The harden-tls option is conflicting with the ech option. You can overcome this using the override for checking the truncated hmac extension (which is enabled by the ech option), WOLFSSL_HARDEN_TLS_ALLOW_TRUNCATED_HMAC.
@embhorn thank you so much for the quick response.
I tried both options, library compilation succeeded. However there is failing one test 610: test_wolfSSL_cert_cb_dyn_ciphers
` 610: test_wolfSSL_cert_cb_dyn_ciphers :Client message: hello wolfssl!
Server response: I hear you fa shizzle!
Client message: hello wolfssl!
Server response: I hear you fa shizzle!
Testing TLS13-AES256-GCM-SHA384:TLS13-AES128-GCM-SHA256 ciphers with RSA-PSS+SHA256 sigalgs
Testing TLS13-AES256-GCM-SHA384:TLS13-AES128-GCM-SHA256 ciphers with ECDSA+SHA256 sigalgs
Testing DHE-RSA-AES128-GCM-SHA256 ciphers with RSA-PSS+SHA256 sigalgs
Contact Details
[email protected]
Version
master
Description
Configuration error combining --enable-opensslall and --enable-ech
Fedora Linux 40
Reproduction steps
I have encountered the configuration error while adding ECH option.
./configure --enable-curve25519 --enable-ed25519 --enable-opensslall --enable-opensslextra --enable-dtls --enable-dtls13 --enable-certgen --enable-keygen --enable-intelasm --enable-benchmark --enable-harden --enable-harden-tls --enable-ech
Relevant log output
configure: Generating user options header... checking for wolfssl/openssl/aes.h... no configure: error: Header file inconsistency detected -- error including wolfssl/openssl/aes.h.
The text was updated successfully, but these errors were encountered: