Page MenuHomeFreeBSD

GMAC: Reset initial hash value and counter in AES_GMAC_Reinit().
ClosedPublic

Authored by jhb on Dec 7 2021, 12:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 7:12 AM
Unknown Object (File)
Mon, Apr 15, 11:20 AM
Unknown Object (File)
Thu, Apr 4, 5:28 AM
Unknown Object (File)
Jan 17 2024, 7:31 AM
Unknown Object (File)
Jan 7 2024, 12:54 AM
Unknown Object (File)
Jan 7 2024, 12:54 AM
Unknown Object (File)
Jan 7 2024, 12:54 AM
Unknown Object (File)
Jan 7 2024, 12:38 AM
Subscribers

Details

Summary

Previously, these values were only cleared in AES_GMAC_Init(), so a
second set of operations could reuse the final hash as the initial
hash. Currently this bug does not trigger in cryptosoft as existing
GMAC and GCM operations always use an on-stack auth context
initialized from a template context.

Sponsored by: The FreeBSD Foundation

Diff Detail

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