commit | 7f657d5bf507be0f059405306e860c4b3e40854b | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Thu Jul 12 10:59:20 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 16 13:33:10 2018 -0700 |
tree | 50c8725a2888b06e67200f97176c665e4ec87f3f | |
parent | 568a74d491124c720e604ed3265722f969a5fb38 [diff] |
selftests: tls: add selftests for TLS sockets 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>