Page MenuHomeFreeBSD

ktls: Always create a software backend for receive sessions.
ClosedPublic

Authored by jhb on Oct 19 2021, 5:51 PM.
Tags
None
Referenced Files
F133070546: D32566.id97245.diff
Wed, Oct 22, 5:05 PM
F133070542: D32566.id97245.diff
Wed, Oct 22, 5:05 PM
F133070536: D32566.id97245.diff
Wed, Oct 22, 5:05 PM
Unknown Object (File)
Fri, Oct 17, 8:01 AM
Unknown Object (File)
Thu, Oct 16, 9:11 PM
Unknown Object (File)
Thu, Oct 16, 12:07 PM
Unknown Object (File)
Thu, Oct 16, 12:06 PM
Unknown Object (File)
Thu, Oct 16, 12:20 AM
Subscribers

Details

Summary

A future change to TOE TLS will require a software fallback for the
first few TLS records received. Future support for NIC TLS on receive
will also require a software fallback for certain cases.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Oct 19 2021, 5:51 PM

FYI, this effectively disables support for AES-CBC ciphers via TOE TLS. In the future I may add it back by adding a software decryption for MTE, but probably restrict it by default to only being enabled for TOE where the software route is only used for a few records.

This revision is now accepted and ready to land.Oct 19 2021, 10:19 PM