mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 11:10:54 +02:00
fd7544ca19
Ed25519 and Ed448 need to enable certs. If no system CA certs can't be parsed, wolfSSL_CTX_load_system_CA_certs() will fail. Don't try test if RSA and ECC are not enabled. Fix benchmark.c so that e is defined when WOLFSSL_BENCHMARK_ALL defined. MAX_LENGTH_SZ is 4 and supports lengths up to 2^24 - one byte for length and 3 bytes of length. (new gcc compiler fix)
Before creating any new configure files (.conf) read the CONF_FILES_README.md