HomeFreeBSD

rijndael (AES): Avoid leaking sensitive data on kernel stack

Description

rijndael (AES): Avoid leaking sensitive data on kernel stack

Noticed this investigating Fortuna. Remove useless duplicate stack copies
of sensitive contents when possible, or if not possible, be sure to zero
them out when we're finished.

Approved by: secteam (gordon)
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D16935

Details

Provenance
cemAuthored on
Differential Revision
D16935: rijndael (AES): Avoid leaking sensitive data on kernel stack
Parents
rS339786: poll: Unify userspace pollfd pointer name
Branches
Unknown
Tags
Unknown