issues
search
ktls
/
af_ktls
Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
159
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Pass all key material in one setsockopt(2) call
#46
fridex
opened
8 years ago
0
This commit fixes a bug that made sendmsg not work with multiple iovecs.
#45
lancerchao
closed
8 years ago
11
Issues when bind(2) is called more than once
#44
fridex
closed
8 years ago
0
Distinguish bound socket type in the kernel
#43
fridex
closed
8 years ago
3
sendmsg doesn't work with multiple iovecs
#42
djwatson
closed
8 years ago
4
Fix bind sockfd put
#41
fridex
closed
8 years ago
1
tls_bind issues
#40
djwatson
closed
8 years ago
1
Fix crash sock_register fails
#39
fridex
closed
8 years ago
5
Design MSG_DONTWAIT for AF_KTLS
#38
fridex
closed
8 years ago
5
Do MSG_PEEK call only once
#37
fridex
closed
8 years ago
1
Need socket lock in tls_rx_async_work
#36
djwatson
closed
8 years ago
2
fix release race
#35
djwatson
closed
8 years ago
1
Nonce and iv_recv were reversed
#34
djwatson
closed
8 years ago
3
support poll
#33
djwatson
closed
8 years ago
5
release & tls_rx_async_work race
#32
djwatson
closed
8 years ago
1
rmmod crashes kernel
#31
djwatson
closed
8 years ago
3
Recv nonce and sequence number are reversed
#30
djwatson
closed
8 years ago
2
tls_sendmsg should send partial data for TCP
#29
djwatson
closed
8 years ago
6
Fix peeked size check
#28
fridex
closed
8 years ago
2
Don't depend on af_alg
#27
djwatson
closed
8 years ago
3
Asynchronous cache should propagate error
#26
fridex
closed
8 years ago
2
Documentation: no parallel socket operations on AF_KTLS and bound socket are possible without explicit synchronization
#25
fridex
closed
8 years ago
3
This patch set adds a basic test suite
#24
nmav
closed
8 years ago
2
incorrect header length checks
#23
nmav
closed
8 years ago
3
Avoid kernel_sendmsg()
#22
fridex
closed
8 years ago
6
Avoid kernel_recvmsg()
#21
fridex
closed
8 years ago
3
Per socket worker
#20
fridex
closed
8 years ago
1
OpenConnect protocol support
#19
fridex
opened
8 years ago
1
Fix access to possibly non-aligned integer
#18
fridex
closed
8 years ago
3
test suite
#17
nmav
opened
8 years ago
2
sa_ktls and sa_cipher (KTLS_CIPHER_AES_GCM_128)
#16
nmav
opened
8 years ago
0
DTLS over TCP is not possible
#15
nmav
closed
8 years ago
3
possibly dangerous cast
#14
nmav
closed
8 years ago
3
DTLS window handling from user space
#13
fridex
opened
8 years ago
2
Review variable types
#12
fridex
closed
8 years ago
1
Consider add likely() and unlikely() to meaningful parts
#11
fridex
opened
8 years ago
0
Review socket locking
#10
fridex
closed
8 years ago
1
Review async cache handling
#9
fridex
closed
8 years ago
2
Fix indentation to conform Linux kernel requirements
#8
fridex
closed
8 years ago
1
Error when a cipher is not present
#7
fridex
closed
8 years ago
1
AF_KTLS and PF_KTLS in kernel headers
#6
fridex
opened
8 years ago
1
Create KConfig entry
#5
fridex
closed
7 years ago
1
Review flags that are supplied (not only) from user space
#4
fridex
closed
8 years ago
2
Adapt return values
#3
fridex
opened
8 years ago
1
Overflow in sendfile(2)
#2
fridex
closed
8 years ago
1
First issue!
#1
fridex
closed
8 years ago
1
Previous