Page MenuHomeFreeBSD

Fallback to software for more GCM and CCM requests.
ClosedPublic

Authored by jhb on Sep 28 2020, 8:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 6 2024, 10:55 AM
Unknown Object (File)
Oct 6 2024, 10:55 AM
Unknown Object (File)
Oct 6 2024, 10:14 AM
Unknown Object (File)
Oct 4 2024, 3:51 PM
Unknown Object (File)
Oct 3 2024, 9:33 AM
Unknown Object (File)
Sep 8 2024, 3:18 PM
Unknown Object (File)
Sep 5 2024, 8:11 AM
Unknown Object (File)
Sep 4 2024, 10:53 PM
Subscribers

Details

Summary

ccr(4) uses software to handle GCM and CCM requests not supported by
the crypto engine (e.g. with only AAD and no payload). This change
adds a fallback for a few more requests such as those with more SGL
entries than can fit in a work request (this can happen for GCM when
decrypting a TLS record split across 15 or more packets).

Reported by: Chelsio QA

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable