summaryrefslogtreecommitdiff
path: root/net/handshake
Commit message (Expand)AuthorAgeFilesLines
* net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-121-0/+8
* net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-122-0/+5
* net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-121-1/+1
* net/handshake: Fix uninitialized local variableChuck Lever2023-05-121-1/+1
* net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-121-2/+3
* net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-121-3/+0
* net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven2023-04-211-1/+1
* net/handshake: Add Kunit tests for the handshake consumer APIChuck Lever2023-04-197-0/+554
* net/handshake: Add a kernel API for requesting a TLSv1.3 handshakeChuck Lever2023-04-194-2/+421
* net/handshake: Create a NETLINK service for handling handshake requestsChuck Lever2023-04-197-0/+844