From: Dave Watson
Date: Thu, 12 Jul 2018 10:59:20 -0700
> 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 kern
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: Dav