mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 15:10:48 +02:00
wolfcrypt/src/aes.c: in AesSivCipher(), burn sivTmp before return (Fenrir M-69).
This commit is contained in:
@@ -16531,6 +16531,8 @@ static WARN_UNUSED_RESULT int AesSivCipher(
|
||||
wc_AesFree(aes);
|
||||
#endif
|
||||
|
||||
ForceZero(sivTmp, sizeof(sivTmp));
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user