mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 10:22:51 +01:00
1. Configuration: If not fast math then don't set ALT_ECC_SIZE when configuring. 2. ECC KeyShare: Key share entry's key was allocated with type DYNAMIC_TYPE_PRIVATE_KEY, free with same type. 3. Ed25519: free the SHA-512 temporary object. WOLFSSL_SMALL_STACK_CACHE builds have dynamicaly allocated data. 4. RSA: Don't keep allocating a new hash object in RsaMGF1 when compiled with WOLFSSL_SMALL_STACK_CACHE.