linux-stable/net/handshake
Chuck Lever 26fb5480a2 net/handshake: Enable the SNI extension to work properly
Enable the upper layer protocol to specify the SNI peername. This
avoids the need for tlshd to use a DNS lookup, which can return a
hostname that doesn't match the incoming certificate's SubjectName.

Fixes: 2fd5532044 ("net/handshake: Add a kernel API for requesting a TLSv1.3 handshake")
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-05-24 22:05:24 -07:00
..
.kunitconfig net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
Makefile net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
genl.c
genl.h
handshake-test.c net/handshake: Fix sock->file allocation 2023-05-22 19:25:24 -07:00
handshake.h net/handshake: Unpin sock->file if a handshake is cancelled 2023-05-24 22:05:24 -07:00
netlink.c net/handshake: handshake_genl_notify() shouldn't ignore @flags 2023-05-24 22:05:24 -07:00
request.c net/handshake: Unpin sock->file if a handshake is cancelled 2023-05-24 22:05:24 -07:00
tlshd.c net/handshake: Enable the SNI extension to work properly 2023-05-24 22:05:24 -07:00
trace.c