We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7ee21 commit 9928cccCopy full SHA for 9928ccc
src/tlshd/tlshd.man
@@ -31,10 +31,11 @@ on behalf of kernel TLS consumers.
31
Using the
32
.BR accept (2)
33
system call, it materializes kernel socket endpoints in user space
34
-and calls a security library to perform TLS handshakes and re-keying.
35
-When the operation is complete,
+in order to perform TLS handshakes using a TLS library.
+After each handshake completes,
36
.B tlshd
37
-notifies the kernel that the socket is ready for use and then closes it.
+plants TLS session metadata into the kernel socket to enable
38
+the use of kTLS to secure subsequent communication on that socket.
39
.SH OPTIONS
40
.TP
41
.B \-d " or " \-\-debug
0 commit comments