net/handshake: Add a kernel API for requesting a TLSv1.3 handshake
authorChuck Lever <chuck.lever@oracle.com>
Mon, 17 Apr 2023 14:32:33 +0000 (10:32 -0400)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Apr 2023 01:48:48 +0000 (18:48 -0700)
commit2fd5532044a89d2403b543520b4902e196f7d165
tree83a039a0f137dfb9878080629350e4b8b43712c1
parent3b3009ea8abb713b022d94fba95ec270cf6e7eae
net/handshake: Add a kernel API for requesting a TLSv1.3 handshake

To enable kernel consumers of TLS to request a TLS handshake, add
support to net/handshake/ to request a handshake upcall.

This patch also acts as a template for adding handshake upcall
support for other kernel transport layer security providers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/handshake.yaml
Documentation/networking/index.rst
Documentation/networking/tls-handshake.rst [new file with mode: 0644]
MAINTAINERS
include/net/handshake.h [new file with mode: 0644]
include/uapi/linux/handshake.h
net/handshake/Makefile
net/handshake/genl.c
net/handshake/genl.h
net/handshake/tlshd.c [new file with mode: 0644]