index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
/
tls.c
Age
Commit message (
Expand
)
Author
2019-12-14
selftests: net: tls: remove recv_rcvbuf test
Thadeu Lima de Souza Cascardo
2019-12-06
net/tls: Fix return values to avoid ENOTSUPP
Valentin Vidic
2019-11-28
selftests/tls: add a test for fragmented messages
Jakub Kicinski
2019-11-06
selftests/tls: add test for concurrent recv and send
Jakub Kicinski
2019-08-05
selftests/tls: add a litmus test for the socket reuse through shutdown
Jakub Kicinski
2019-07-31
selftests/tls: fix TLS tests with CONFIG_TLS=n
Jakub Kicinski
2019-07-22
selftests/tls: add shutdown tests
Jakub Kicinski
2019-07-22
selftests/tls: close the socket with open record
Jakub Kicinski
2019-07-22
selftests/tls: add a bidirectional test
Jakub Kicinski
2019-07-22
selftests/tls: test error codes around TLS ULP installation
Jakub Kicinski
2019-07-22
selftests/tls: add a test for ULP but no keys
Jakub Kicinski
2019-07-07
selftests/tls: add test for poll() with data in TLS ULP
Jakub Kicinski
2019-05-26
selftests/tls: add test for sleeping even though there is data
Jakub Kicinski
2019-05-26
selftests/tls: test for lowat overshoot with multiple records
Jakub Kicinski
2019-02-20
selftest/tls: Add test to verify received 'type' of non-data record
Vakul Garg
2019-02-01
net: tls: Add tests for TLS 1.3
Dave Watson
2019-02-01
net: tls: Support 256 bit keys
Dave Watson
2019-01-17
selftests/tls: Fix recv partial/large_buff test cases
Vakul Garg
2018-10-01
selftests/tls: Fix recv(MSG_PEEK) & splice() test cases
Vakul Garg
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-17
selftests/tls: Add MSG_WAITALL in recv() syscall
Vakul Garg
2018-09-17
tls: fix currently broken MSG_PEEK behavior
Daniel Borkmann
2018-09-01
selftests/tls: Add test for recv(PEEK) spanning across multiple records
Vakul Garg
2018-07-16
selftests: tls: add selftests for TLS sockets
Dave Watson