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
F107872581: D32841.id98530.diff
Sat, Jan 18, 9:45 PM
Unknown Object (File)
Fri, Jan 17, 11:43 PM
Unknown Object (File)
Sun, Jan 12, 6:01 PM
Unknown Object (File)
Dec 15 2024, 6:28 PM
Unknown Object (File)
Nov 28 2024, 4:22 PM
Unknown Object (File)
Oct 20 2024, 8:39 AM
Unknown Object (File)
Oct 18 2024, 2:37 PM
Unknown Object (File)
Sep 27 2024, 10:05 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