CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/08 06:50:02
Modified files:
lib/libcrypto/aes: aes.c
Log message:
Zero the round keys on AES_set_{en,de}crypt_key() function entry.
This avoids leaving previous round keys around on failure, or leaving parts
of previous round keys behind if reused with a smaller key size.
ok tb@
