summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/tls.c
Commit message (Expand)AuthorAgeFilesLines
* selftests: tls: add test with a partially invalid iovSabrina Dubroca2024-03-261-0/+34
* selftests: kselftest_harness: save full exit code in metadataJakub Kicinski2024-03-011-1/+1
* selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca2024-02-211-0/+19
* selftests: tls: add test for merging of same-type control messagesSabrina Dubroca2024-02-211-0/+26
* selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski2024-02-141-2/+2
* selftests: tls: use exact comparison in recv_partialJakub Kicinski2024-02-101-4/+4
* net: tls, add test to capture error on large spliceJohn Fastabend2024-01-141-0/+14
* selftests: tls: swap the TX and RX sockets in some testsSabrina Dubroca2023-09-151-4/+4
* selftests: tls: test some invalid inputs for setsockoptSabrina Dubroca2023-08-271-0/+25
* selftests: tls: add getsockopt testSabrina Dubroca2023-08-271-0/+35
* selftests: tls: add test variants for aria-gcmSabrina Dubroca2023-08-271-0/+24
* selftests/net/tls: add test for MSG_EORHannes Reinecke2023-07-271-0/+11
* 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