mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:02:22 +01:00
1. In the client, check the return code on wolfSSL_CTX_SetMinDhKey_Sz() as it is checked in the server. (Resolves issue #2037.) 2. In HashOutput(), check that the hsHashes exists for the session before hashing. (Resolves issue #2038.)