summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/tls.c
AgeCommit message (Expand)Author
2021-12-07selftests: tls: add missing AES256-GCM cipherVadim Fedorenko
2021-12-07selftests: tls: add missing AES-CCM cipher testsVadim Fedorenko
2021-11-25selftests: tls: test for correct proto_opsJakub Kicinski
2021-11-25selftests: tls: test splicing decrypted recordsJakub Kicinski
2021-11-25selftests: tls: test splicing cmsgsJakub Kicinski
2021-11-25selftests: tls: add tests for handling of bad recordsJakub Kicinski
2021-11-25selftests: tls: factor out cmsg send/receiveJakub Kicinski
2021-11-25selftests: tls: add helper for creating sock pairsJakub Kicinski
2021-11-07selftests: net: tls: remove unused variable and codeAnders Roxell
2021-10-08selftests/tls: add SM4 GCM/CCM to tls selftestsTianjia Zhang
2021-07-02Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-06-21selftests: tls: fix chacha+bidir testsJakub Kicinski
2021-06-21selftests: tls: clean up uninitialized warningsJakub Kicinski
2021-06-07selftests/tls: Add {} to avoid static checker warningKees Cook
2021-02-03selftests/tls: fix selftest with CHACHA20-POLY1305Vadim Fedorenko
2021-01-09selftests/tls: fix selftests after adding ChaCha20-Poly1305Vadim Fedorenko
2020-11-27selftests/tls: add CHACHA20-POLY1305 to tls selftestsVadim Fedorenko
2020-06-08net/tls(TLS_SW): Add selftest for 'chunked' sendfile testPooja Trivedi
2020-04-28selftests: tls: run all tests for TLS 1.2 and TLS 1.3Jakub Kicinski
2019-12-14selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-11-28selftests/tls: add a test for fragmented messagesJakub Kicinski
2019-11-06selftests/tls: add test for concurrent recv and sendJakub Kicinski
2019-08-05selftests/tls: add a litmus test for the socket reuse through shutdownJakub Kicinski
2019-07-31selftests/tls: fix TLS tests with CONFIG_TLS=nJakub Kicinski
2019-07-22selftests/tls: add shutdown testsJakub Kicinski
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski
2019-07-07selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski
2019-05-26selftests/tls: add test for sleeping even though there is dataJakub Kicinski
2019-05-26selftests/tls: test for lowat overshoot with multiple recordsJakub Kicinski
2019-02-20selftest/tls: Add test to verify received 'type' of non-data recordVakul Garg
2019-02-01net: tls: Add tests for TLS 1.3Dave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
2019-01-17selftests/tls: Fix recv partial/large_buff test casesVakul Garg
2018-10-01selftests/tls: Fix recv(MSG_PEEK) & splice() test casesVakul Garg
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17selftests/tls: Add MSG_WAITALL in recv() syscallVakul Garg
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
2018-09-01selftests/tls: Add test for recv(PEEK) spanning across multiple recordsVakul Garg
2018-07-16selftests: tls: add selftests for TLS socketsDave Watson