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)
Wed, Aug 26, 12:58 PM
Unknown Object (File)
Mon, Aug 24, 6:18 PM
Unknown Object (File)
Mon, Aug 24, 1:00 PM
Unknown Object (File)
Thu, Aug 20, 8:52 PM
Unknown Object (File)
Wed, Aug 19, 4:56 PM
Unknown Object (File)
Wed, Aug 19, 3:56 PM
Unknown Object (File)
Wed, Aug 19, 11:42 AM
Unknown Object (File)
Tue, Aug 18, 8:40 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