Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-01 | selftests/tls: Add test for recv(PEEK) spanning across multiple records | Vakul Garg | |
Added test case to receive multiple records with a single recvmsg() operation with a MSG_PEEK set. Signed-off-by: David S. Miller <davem@davemloft.net> | |||
2018-07-16 | selftests: tls: add selftests for TLS sockets | Dave Watson | |
Add selftests for tls socket. Tests various iov and message options, poll blocking and nonblocking behavior, partial message sends / receives, and control message data. Tests should pass regardless of if TLS is enabled in the kernel or not, and print a warning message if not. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net> |