Page MenuHomeFreeBSD

ktls: Add tests for sending empty fragments for TLS 1.0 connections.
ClosedPublic

Authored by jhb on Nov 5 2021, 12:03 AM.
Tags
None
Referenced Files
F136402212: D32841.diff
Mon, Nov 17, 3:13 PM
Unknown Object (File)
Sun, Nov 16, 7:02 PM
Unknown Object (File)
Fri, Nov 7, 7:23 PM
Unknown Object (File)
Mon, Nov 3, 11:56 PM
Unknown Object (File)
Mon, Nov 3, 11:55 PM
Unknown Object (File)
Mon, Nov 3, 11:55 PM
Unknown Object (File)
Mon, Nov 3, 11:54 PM
Unknown Object (File)
Thu, Oct 30, 2:32 AM
Subscribers

Diff Detail

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

Event Timeline

markj added inline comments.
tests/sys/kern/ktls_test.c
948

Why assert() rather than ATF_REQUIRE?

This revision is now accepted and ready to land.Nov 13 2021, 2:42 AM
tests/sys/kern/ktls_test.c
948

I did this earlier in the control transmit test I had copied this from mostly. In this case I guess I was viewing an assert as meaning I had done something wrong, but perhaps these should be ATF_REQUIRE instead as it is validating data generated by the kernel.

jhb marked an inline comment as done.Nov 15 2021, 7:28 PM