Skip to content

Commit 4110887

Browse files
committed
wolfcrypt/src/aes.c: in AesSivCipher(), burn sivTmp before return (Fenrir M-69).
1 parent 616a6a5 commit 4110887

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wolfcrypt/src/aes.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16531,6 +16531,8 @@ static WARN_UNUSED_RESULT int AesSivCipher(
1653116531
wc_AesFree(aes);
1653216532
#endif
1653316533

16534+
ForceZero(sivTmp, sizeof(sivTmp));
16535+
1653416536
return ret;
1653516537
}
1653616538

0 commit comments

Comments
 (0)