mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 10:52:21 +01:00
ForceZero the client and server secret regardless of whether TLS 1.3 as it may change but have been copied in. ForceZero the input buffer in wolfSSL_Clear() when encryption was on. Changed wc_PRF_TLS to only check the parts of data used. Changed where scatch is added for checking in wc_AesCtrEncrypt. Change wc_MakeRsaKey to memset p, q, tmp1, tmp2 and tmp3 to all zeros so that MemZero check works. Memset not needed otherwise. Changes for new compiler - thinks uninitialized.