mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
3b3009ea8a
commit
2fd5532044
@@ -16,7 +16,7 @@ definitions:
|
||||
type: enum
|
||||
name: handler-class
|
||||
value-start: 0
|
||||
entries: [ none, max ]
|
||||
entries: [ none, tlshd, max ]
|
||||
-
|
||||
type: enum
|
||||
name: msg-type
|
||||
@@ -120,3 +120,5 @@ mcast-groups:
|
||||
list:
|
||||
-
|
||||
name: none
|
||||
-
|
||||
name: tlshd
|
||||
|
||||
Reference in New Issue
Block a user