We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8026aa4 + f84fa8d commit d5d476aCopy full SHA for d5d476a
1 file changed
src/tls.c
@@ -545,6 +545,7 @@ int MakeTlsMasterSecret(WOLFSSL* ssl)
545
byte handshake_hash[HSHASH_SZ];
546
#endif
547
548
+ XMEMSET(handshake_hash, 0, HSHASH_SZ);
549
ret = BuildTlsHandshakeHash(ssl, handshake_hash, &hashSz);
550
if (ret == 0) {
551
ret = _MakeTlsExtendedMasterSecret(
0 commit comments