mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 00:52:22 +01:00
configure.ac: * in FIPS setup, fix sensing of ENABLED_CURVE25519 and ENABLED_CURVE448 to prevent noasm sneaking through, and allow fips=dev to enable them via override; * enable-all enables ECH only if !FIPS; * enable-all-crypto enables curve25519/curve448 only if !FIPS; * QUIC implication of ENABLED_CURVE25519 is inhibited if FIPS; tests/quic.c: add !HAVE_CURVE25519 paths in test_quic_key_share() to allow FIPS QUIC.
Before creating any new configure files (.conf) read the CONF_FILES_README.md