linux/net/handshake
Chuck Lever 88232ec1ec net/handshake: Add Kunit tests for the handshake consumer API
These verify the API contracts and help exercise lifetime rules for
consumer sockets and handshake_req structures.

One way to run these tests:

./tools/testing/kunit/kunit.py run --kunitconfig ./net/handshake/.kunitconfig

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-04-19 18:48:48 -07:00
..
.kunitconfig net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
genl.c net/handshake: Add a kernel API for requesting a TLSv1.3 handshake 2023-04-19 18:48:48 -07:00
genl.h net/handshake: Add a kernel API for requesting a TLSv1.3 handshake 2023-04-19 18:48:48 -07:00
handshake-test.c net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
handshake.h 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
netlink.c net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
request.c net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
tlshd.c net/handshake: Add Kunit tests for the handshake consumer API 2023-04-19 18:48:48 -07:00
trace.c