index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
/
tls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: tls: add test with a partially invalid iov
Sabrina Dubroca
2024-03-27
1
-0
/
+34
*
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
2024-03-01
1
-1
/
+1
*
selftests: tls: add test for peeking past a record of a different type
Sabrina Dubroca
2024-02-21
1
-0
/
+19
*
selftests: tls: add test for merging of same-type control messages
Sabrina Dubroca
2024-02-21
1
-0
/
+26
*
selftests: tls: increase the wait in poll_partial_rec_async
Jakub Kicinski
2024-02-15
1
-2
/
+2
*
selftests: tls: use exact comparison in recv_partial
Jakub Kicinski
2024-02-10
1
-4
/
+4
*
net: tls, add test to capture error on large splice
John Fastabend
2024-01-14
1
-0
/
+14
*
selftests: tls: swap the TX and RX sockets in some tests
Sabrina Dubroca
2023-09-15
1
-4
/
+4
*
selftests: tls: test some invalid inputs for setsockopt
Sabrina Dubroca
2023-08-28
1
-0
/
+25
*
selftests: tls: add getsockopt test
Sabrina Dubroca
2023-08-28
1
-0
/
+35
*
selftests: tls: add test variants for aria-gcm
Sabrina Dubroca
2023-08-28
1
-0
/
+24
*
selftests/net/tls: add test for MSG_EOR
Hannes Reinecke
2023-07-28
1
-0
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-23
1
-1
/
+23
|
\
|
*
selftests: net: tls: check if FIPS mode is enabled
Magali Lemes
2023-06-16
1
-1
/
+23
*
|
selftests: tls: add tests for poll behavior
Jakub Kicinski
2023-06-02
1
-0
/
+131
|
/
*
selftests: tls: add a test for queuing data before setting the ULP
Jakub Kicinski
2023-03-27
1
-0
/
+45
*
selftests: tls: handful of memrnd() and length checks
Jakub Kicinski
2022-07-29
1
-9
/
+17
*
selftests: tls: add a test for timeo vs lock
Jakub Kicinski
2022-07-22
1
-0
/
+32
*
selftests: tls: add test for NoPad getsockopt
Jakub Kicinski
2022-07-12
1
-0
/
+51
*
selftests: tls: add selftest variant for pad
Jakub Kicinski
2022-07-06
1
-0
/
+15
*
selftests: tls: skip cmsg_to_pipe tests with TLS=n
Jakub Kicinski
2022-03-26
1
-0
/
+6
*
selftests: tls: add missing AES256-GCM cipher
Vadim Fedorenko
2021-12-08
1
-0
/
+18
*
selftests: tls: add missing AES-CCM cipher tests
Vadim Fedorenko
2021-12-08
1
-0
/
+18
*
selftests: tls: test for correct proto_ops
Jakub Kicinski
2021-11-26
1
-0
/
+55
*
selftests: tls: test splicing decrypted records
Jakub Kicinski
2021-11-26
1
-0
/
+49
*
selftests: tls: test splicing cmsgs
Jakub Kicinski
2021-11-26
1
-0
/
+40
*
selftests: tls: add tests for handling of bad records
Jakub Kicinski
2021-11-26
1
-0
/
+154
*
selftests: tls: factor out cmsg send/receive
Jakub Kicinski
2021-11-26
1
-41
/
+70
*
selftests: tls: add helper for creating sock pairs
Jakub Kicinski
2021-11-26
1
-99
/
+29
*
selftests: net: tls: remove unused variable and code
Anders Roxell
2021-11-07
1
-3
/
+0
*
selftests/tls: add SM4 GCM/CCM to tls selftests
Tianjia Zhang
2021-10-09
1
-2
/
+26
*
Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2021-07-02
1
-1
/
+2
|
\
|
*
selftests/tls: Add {} to avoid static checker warning
Kees Cook
2021-06-08
1
-1
/
+2
*
|
selftests: tls: fix chacha+bidir tests
Jakub Kicinski
2021-06-21
1
-28
/
+39
*
|
selftests: tls: clean up uninitialized warnings
Jakub Kicinski
2021-06-21
1
-0
/
+20
|
/
*
selftests/tls: fix selftest with CHACHA20-POLY1305
Vadim Fedorenko
2021-02-04
1
-5
/
+10
*
selftests/tls: fix selftests after adding ChaCha20-Poly1305
Vadim Fedorenko
2021-01-09
1
-2
/
+2
*
selftests/tls: add CHACHA20-POLY1305 to tls selftests
Vadim Fedorenko
2020-11-27
1
-7
/
+33
*
net/tls(TLS_SW): Add selftest for 'chunked' sendfile test
Pooja Trivedi
2020-06-09
1
-0
/
+58
*
selftests: tls: run all tests for TLS 1.2 and TLS 1.3
Jakub Kicinski
2020-04-28
1
-76
/
+17
*
selftests: net: tls: remove recv_rcvbuf test
Thadeu Lima de Souza Cascardo
2019-12-15
1
-28
/
+0
*
net/tls: Fix return values to avoid ENOTSUPP
Valentin Vidic
2019-12-07
1
-6
/
+2
*
selftests/tls: add a test for fragmented messages
Jakub Kicinski
2019-11-29
1
-0
/
+60
*
selftests/tls: add test for concurrent recv and send
Jakub Kicinski
2019-11-07
1
-0
/
+108
*
selftests/tls: add a litmus test for the socket reuse through shutdown
Jakub Kicinski
2019-08-05
1
-0
/
+24
*
selftests/tls: fix TLS tests with CONFIG_TLS=n
Jakub Kicinski
2019-08-01
1
-9
/
+14
*
selftests/tls: add shutdown tests
Jakub Kicinski
2019-07-22
1
-0
/
+27
*
selftests/tls: close the socket with open record
Jakub Kicinski
2019-07-22
1
-0
/
+10
*
selftests/tls: add a bidirectional test
Jakub Kicinski
2019-07-22
1
-0
/
+31
*
selftests/tls: test error codes around TLS ULP installation
Jakub Kicinski
2019-07-22
1
-0
/
+52
[next]