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)
Thu, Feb 20, 2:32 AM
Unknown Object (File)
Mon, Feb 17, 6:38 AM
Unknown Object (File)
Jan 14 2025, 11:37 AM
Unknown Object (File)
Jan 8 2025, 11:56 PM
Unknown Object (File)
Nov 28 2024, 9:46 AM
Unknown Object (File)
Nov 28 2024, 9:45 AM
Unknown Object (File)
Nov 28 2024, 9:45 AM
Unknown Object (File)
Nov 28 2024, 9:39 AM
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