summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/tls.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/tls: add a litmus test for the socket reuse through shutdownJakub Kicinski2019-08-051-0/+24
* selftests/tls: fix TLS tests with CONFIG_TLS=nJakub Kicinski2019-08-011-9/+14
* selftests/tls: add shutdown testsJakub Kicinski2019-07-221-0/+27
* selftests/tls: close the socket with open recordJakub Kicinski2019-07-221-0/+10
* selftests/tls: add a bidirectional testJakub Kicinski2019-07-221-0/+31
* selftests/tls: test error codes around TLS ULP installationJakub Kicinski2019-07-221-0/+52
* selftests/tls: add a test for ULP but no keysJakub Kicinski2019-07-221-0/+74
* selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski2019-07-071-0/+26
* selftests/tls: add test for sleeping even though there is dataJakub Kicinski2019-05-271-0/+15
* selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski2019-05-271-0/+19
* selftest/tls: Add test to verify received 'type' of non-data recordVakul Garg2019-02-201-0/+14
* net: tls: Add tests for TLS 1.3Dave Watson2019-02-021-1/+75
* net: tls: Support 256 bit keysDave Watson2019-02-021-0/+62
* selftests/tls: Fix recv partial/large_buff test casesVakul Garg2019-01-171-5/+7
* selftests/tls: Fix recv(MSG_PEEK) & splice() test casesVakul Garg2018-10-021-10/+10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-0/+50
|\
| * tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+49
* | selftests/tls: Add MSG_WAITALL in recv() syscallVakul Garg2018-09-171-9/+9
* | selftests/tls: Add test for recv(PEEK) spanning across multiple recordsVakul Garg2018-09-021-0/+22
|/
* selftests: tls: add selftests for TLS socketsDave Watson2018-07-161-0/+692