lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <168333373851.7813.11884763481187785511.stgit@oracle-102.nfsv4bat.org> Date: Fri, 05 May 2023 20:45:08 -0400 From: Chuck Lever <cel@...nel.org> To: kernel-tls-handshake@...ts.linux.dev Cc: netdev@...r.kernel.org, dan.carpenter@...aro.org Subject: [PATCH v2 0/6] Bug fixes for net/handshake Build tested only, but these should address Jakub's review comments. Please consider these for merge via net-next. Changes since v1: - Rework "Fix handshake_dup() ref counting" - Unpin sock->file when a handshake is cancelled --- Chuck Lever (6): net/handshake: Remove unneeded check from handshake_dup() net/handshake: Fix handshake_dup() ref counting net/handshake: Fix uninitialized local variable net/handshake: handshake_genl_notify() shouldn't ignore @flags net/handshake: Unpin sock->file if a handshake is cancelled net/handshake: Enable the SNI extension to work properly Documentation/netlink/specs/handshake.yaml | 4 ++++ Documentation/networking/tls-handshake.rst | 5 +++++ include/net/handshake.h | 1 + include/uapi/linux/handshake.h | 1 + net/handshake/handshake.h | 1 + net/handshake/netlink.c | 11 +++-------- net/handshake/request.c | 4 ++++ net/handshake/tlshd.c | 8 ++++++++ 8 files changed, 27 insertions(+), 8 deletions(-) -- Chuck Lever
Powered by blists - more mailing lists