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
Unknown Object (File)
Tue, Oct 7, 3:13 AM
Unknown Object (File)
Sep 10 2025, 9:00 PM
Unknown Object (File)
Sep 9 2025, 12:26 PM
Unknown Object (File)
Sep 3 2025, 8:47 PM
Unknown Object (File)
Aug 31 2025, 3:52 AM
Unknown Object (File)
Jul 6 2025, 3:36 AM
Unknown Object (File)
Jul 5 2025, 2:48 PM
Unknown Object (File)
Jun 25 2025, 10:13 PM
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.