Page MenuHomeFreeBSD

ktls: Reject attempts to enable AES-CBC with TLS 1.3.
ClosedPublic

Authored by jhb on Oct 9 2021, 3:13 PM.
Tags
None
Referenced Files
F150786640: D32404.diff
Sat, Apr 4, 1:27 AM
Unknown Object (File)
Sun, Mar 15, 9:20 PM
Unknown Object (File)
Thu, Mar 12, 5:17 PM
Unknown Object (File)
Sun, Mar 8, 10:57 PM
Unknown Object (File)
Mar 3 2026, 2:44 PM
Unknown Object (File)
Mar 3 2026, 9:10 AM
Unknown Object (File)
Mar 1 2026, 9:00 AM
Unknown Object (File)
Mar 1 2026, 1:10 AM
Subscribers

Details

Summary

AES-CBC cipher suites are not supported in TLS 1.3.

Reported by: syzbot+ab501c50033ec01d53c6@syzkaller.appspotmail.com

Diff Detail

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

Event Timeline

jhb requested review of this revision.Oct 9 2021, 3:13 PM

I haven't tested this yet. I can try to do that this week unless one of y'all want to beat me to it.

In D32404#731030, @jhb wrote:

I haven't tested this yet. I can try to do that this week unless one of y'all want to beat me to it.

I verified that the repro works and that this patch causes it to return EINVAL instead.

This revision is now accepted and ready to land.Oct 9 2021, 3:30 PM

I've tested that all the expected cipher suites and versions still work.