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
F137810656: D26582.diff
Wed, Nov 26, 1:02 AM
Unknown Object (File)
Fri, Nov 21, 2:25 AM
Unknown Object (File)
Fri, Nov 21, 2:23 AM
Unknown Object (File)
Fri, Nov 21, 2:20 AM
Unknown Object (File)
Fri, Nov 21, 2:15 AM
Unknown Object (File)
Mon, Nov 17, 6:03 AM
Unknown Object (File)
Mon, Nov 17, 6:03 AM
Unknown Object (File)
Mon, Nov 17, 6:02 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