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
F105271646: D33315.diff
Sat, Dec 14, 7:47 AM
Unknown Object (File)
Tue, Dec 10, 9:36 AM
Unknown Object (File)
Mon, Dec 2, 7:11 AM
Unknown Object (File)
Mon, Dec 2, 7:11 AM
Unknown Object (File)
Mon, Dec 2, 7:11 AM
Unknown Object (File)
Mon, Dec 2, 6:49 AM
Unknown Object (File)
Wed, Nov 20, 10:34 PM
Unknown Object (File)
Sat, Nov 16, 12:36 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