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)
Mon, Sep 21, 4:28 AM
Unknown Object (File)
Sun, Sep 20, 12:03 AM
Unknown Object (File)
Sun, Sep 20, 12:03 AM
Unknown Object (File)
Sun, Sep 20, 12:02 AM
Unknown Object (File)
Sat, Sep 12, 8:52 AM
Unknown Object (File)
Wed, Sep 9, 3:43 PM
Unknown Object (File)
Wed, Sep 9, 2:21 PM
Unknown Object (File)
Tue, Sep 8, 9:38 PM
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