mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 21:02:20 +01:00
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)