summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-1/+23
|\
| * selftests: net: tls: check if FIPS mode is enabledMagali Lemes2023-06-151-1/+23
* | selftests: tls: add tests for poll behaviorJakub Kicinski2023-06-021-0/+131
|/
* selftests: tls: add a test for queuing data before setting the ULPJakub Kicinski2023-03-271-0/+45
* selftests: tls: handful of memrnd() and length checksJakub Kicinski2022-07-281-9/+17
* selftests: tls: add a test for timeo vs lockJakub Kicinski2022-07-211-0/+32
* selftests: tls: add test for NoPad getsockoptJakub Kicinski2022-07-111-0/+51
* selftests: tls: add selftest variant for padJakub Kicinski2022-07-061-0/+15
* selftests: tls: skip cmsg_to_pipe tests with TLS=nJakub Kicinski2022-03-261-0/+6
* selftests: tls: add missing AES256-GCM cipherVadim Fedorenko2021-12-071-0/+18
* selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko2021-12-071-0/+18
* selftests: tls: test for correct proto_opsJakub Kicinski2021-11-251-0/+55
* selftests: tls: test splicing decrypted recordsJakub Kicinski2021-11-251-0/+49
* selftests: tls: test splicing cmsgsJakub Kicinski2021-11-251-0/+40
* selftests: tls: add tests for handling of bad recordsJakub Kicinski2021-11-251-0/+154
* selftests: tls: factor out cmsg send/receiveJakub Kicinski2021-11-251-41/+70
* selftests: tls: add helper for creating sock pairsJakub Kicinski2021-11-251-99/+29
* selftests: net: tls: remove unused variable and codeAnders Roxell2021-11-071-3/+0
* selftests/tls: add SM4 GCM/CCM to tls selftestsTianjia Zhang2021-10-081-2/+26
* Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-07-021-1/+2
|\
| * selftests/tls: Add {} to avoid static checker warningKees Cook2021-06-071-1/+2
* | selftests: tls: fix chacha+bidir testsJakub Kicinski2021-06-211-28/+39
* | selftests: tls: clean up uninitialized warningsJakub Kicinski2021-06-211-0/+20
|/
* selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko2021-02-031-5/+10
* selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko2021-01-091-2/+2
* selftests/tls: add CHACHA20-POLY1305 to tls selftestsVadim Fedorenko2020-11-271-7/+33
* net/tls(TLS_SW): Add selftest for 'chunked' sendfile testPooja Trivedi2020-06-081-0/+58
* selftests: tls: run all tests for TLS 1.2 and TLS 1.3Jakub Kicinski2020-04-281-76/+17
* selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo2019-12-141-28/+0
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-061-6/+2
* selftests/tls: add a test for fragmented messagesJakub Kicinski2019-11-281-0/+60
* selftests/tls: add test for concurrent recv and sendJakub Kicinski2019-11-061-0/+108
* 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-07-311-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-261-0/+15
* selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski2019-05-261-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-011-1/+75
* net: tls: Support 256 bit keysDave Watson2019-02-011-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-011-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