Page MenuHomeFreeBSD

cryptosoft: Consolidate calls to explicit_bzero.
ClosedPublic

Authored by jhb on Dec 17 2021, 12:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 9:41 AM
Unknown Object (File)
Mar 7 2024, 8:31 PM
Unknown Object (File)
Feb 10 2024, 9:38 PM
Unknown Object (File)
Feb 3 2024, 8:16 AM
Unknown Object (File)
Dec 25 2023, 4:18 PM
Unknown Object (File)
Dec 20 2023, 7:32 AM
Unknown Object (File)
Dec 18 2023, 5:09 PM
Unknown Object (File)
Dec 3 2023, 9:20 AM
Subscribers

Details

Summary

Group sensitive on-stack variables into anonymous structs so that they
can be cleared with a single call to explicit_bzero rather than
multiple calls.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable