summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/tls.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca1-4/+4
2023-08-28selftests: tls: test some invalid inputs for setsockoptSabrina Dubroca1-0/+25
2023-08-28selftests: tls: add getsockopt testSabrina Dubroca1-0/+35
2023-08-28selftests: tls: add test variants for aria-gcmSabrina Dubroca1-0/+24
2023-07-28selftests/net/tls: add test for MSG_EORHannes Reinecke1-0/+11
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+23
2023-06-16selftests: net: tls: check if FIPS mode is enabledMagali Lemes1-1/+23
2023-06-02selftests: tls: add tests for poll behaviorJakub Kicinski1-0/+131
2023-03-27selftests: tls: add a test for queuing data before setting the ULPJakub Kicinski1-0/+45
2022-07-29selftests: tls: handful of memrnd() and length checksJakub Kicinski1-9/+17
2022-07-22selftests: tls: add a test for timeo vs lockJakub Kicinski1-0/+32
2022-07-12selftests: tls: add test for NoPad getsockoptJakub Kicinski1-0/+51
2022-07-06selftests: tls: add selftest variant for padJakub Kicinski1-0/+15
2022-03-27selftests: tls: skip cmsg_to_pipe tests with TLS=nJakub Kicinski1-0/+6
2021-12-08selftests: tls: add missing AES256-GCM cipherVadim Fedorenko1-0/+18
2021-12-08selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko1-0/+18
2021-11-26selftests: tls: test for correct proto_opsJakub Kicinski1-0/+55
2021-11-26selftests: tls: test splicing decrypted recordsJakub Kicinski1-0/+49
2021-11-26selftests: tls: test splicing cmsgsJakub Kicinski1-0/+40
2021-11-26selftests: tls: add tests for handling of bad recordsJakub Kicinski1-0/+154
2021-11-26selftests: tls: factor out cmsg send/receiveJakub Kicinski1-41/+70
2021-11-26selftests: tls: add helper for creating sock pairsJakub Kicinski1-99/+29
2021-11-07selftests: net: tls: remove unused variable and codeAnders Roxell1-3/+0
2021-10-09selftests/tls: add SM4 GCM/CCM to tls selftestsTianjia Zhang1-2/+26
2021-07-02Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2021-06-21selftests: tls: fix chacha+bidir testsJakub Kicinski1-28/+39
2021-06-21selftests: tls: clean up uninitialized warningsJakub Kicinski1-0/+20
2021-06-08selftests/tls: Add {} to avoid static checker warningKees Cook1-1/+2
2021-02-04selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko1-5/+10
2021-01-10selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko1-2/+2
2020-11-28selftests/tls: add CHACHA20-POLY1305 to tls selftestsVadim Fedorenko1-7/+33
2020-06-09net/tls(TLS_SW): Add selftest for 'chunked' sendfile testPooja Trivedi1-0/+58
2020-04-28selftests: tls: run all tests for TLS 1.2 and TLS 1.3Jakub Kicinski1-76/+17
2019-12-15selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo1-28/+0
2019-12-07net/tls: Fix return values to avoid ENOTSUPPValentin Vidic1-6/+2
2019-11-29selftests/tls: add a test for fragmented messagesJakub Kicinski1-0/+60
2019-11-07selftests/tls: add test for concurrent recv and sendJakub Kicinski1-0/+108
2019-08-05selftests/tls: add a litmus test for the socket reuse through shutdownJakub Kicinski1-0/+24
2019-08-01selftests/tls: fix TLS tests with CONFIG_TLS=nJakub Kicinski1-9/+14
2019-07-22selftests/tls: add shutdown testsJakub Kicinski1-0/+27
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski1-0/+10
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski1-0/+31
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski1-0/+52
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski1-0/+74
2019-07-08selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski1-0/+26
2019-05-27selftests/tls: add test for sleeping even though there is dataJakub Kicinski1-0/+15
2019-05-27selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski1-0/+19
2019-02-20selftest/tls: Add test to verify received 'type' of non-data recordVakul Garg1-0/+14
2019-02-02net: tls: Add tests for TLS 1.3Dave Watson1-1/+75
2019-02-02net: tls: Support 256 bit keysDave Watson1-0/+62