kernel-tls-handshake.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-03 12:52:51 to 2023-05-06 16:07:15 UTC [more...]

[PATCH v2 0/6] Bug fixes for net/handshake
 2023-05-06 16:07 UTC  (8+ messages)
` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH v2 2/6] net/handshake: Fix handshake_dup() ref counting
` [PATCH v2 3/6] net/handshake: Fix uninitialized local variable
` [PATCH v2 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH v2 5/6] net/handshake: Unpin sock->file if a handshake is cancelled
` [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly

[PATCH 0/5] Bug fixes for net/handshake
 2023-05-05 23:58 UTC  (17+ messages)
` [PATCH 1/5] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH 2/5] net/handshake: Fix handshake_dup() ref counting
` [PATCH 3/5] net/handshake: Fix uninitialized local variable
` [PATCH 4/5] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH 5/5] net/handshake: Enable the SNI extension to work properly

[PATCH v1] SUNRPC: Fix error handling in svc_setup_socket()
 2023-05-04 17:43 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-04 14:57 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-04 14:57 UTC 

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-03  7:14 UTC  (3+ messages)

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-05-02 14:17 UTC  (22+ messages)
` [PATCH 01/17] nvme-keyring: register '.nvme' keyring
` [PATCH 02/17] nvme-keyring: define a 'psk' keytype
` [PATCH 03/17] nvme: add TCP TSAS definitions
` [PATCH 04/17] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/17] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/17] net/tls: implement ->read_sock()
` [PATCH 07/17] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 08/17] nvme-tcp: fixup MSG_SENDPAGE_NOTLAST
` [PATCH 09/17] security/keys: export key_lookup()
` [PATCH 10/17] nvme/tcp: allocate socket file
` [PATCH 11/17] nvme-tcp: enable TLS handshake upcall
` [PATCH 12/17] nvme-tcp: control message handling for recvmsg()
` [PATCH 13/17] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/17] nvmet: make TCP sectype settable via configfs
` [PATCH 15/17] nvmet-tcp: allocate socket file
` [PATCH 16/17] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/17] nvmet-tcp: control messages for recvmsg()

[PATCH] net/handshake: Fix section mismatch in handshake_exit
 2023-04-22  3:30 UTC  (3+ messages)

Fedora packages for ktls testing available
 2023-04-21 14:29 UTC  (3+ messages)

[PATCH] net/handshake: fix section mismatch error for handshake_genl_net_ops
 2023-04-21 13:25 UTC  (2+ messages)

[PATCH v10 0/4] Another crack at a handshake upcall mechanism
 2023-04-20 18:00 UTC  (9+ messages)
` [PATCH v10 1/4] .gitignore: Do not ignore .kunitconfig files
` [PATCH v10 2/4] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v10 3/4] net/handshake: Add a kernel API for requesting a TLSv1.3 handshake
` [PATCH v10 4/4] net/handshake: Add Kunit tests for the handshake consumer API

[PATCH v1 0/2] NFSD support for RPC-with-TLS
 2023-04-20 17:56 UTC  (3+ messages)
` [PATCH v1 1/2] SUNRPC: Support TLS handshake in the server-side TCP socket code
` [PATCH v1 2/2] NFSD: Handle new xprtsec= export option

Chelsio device support for TLS offload
 2023-04-18 18:41 UTC 

[PATCHv3 00/18] nvme: In-kernel TLS support for TCP
 2023-04-18 18:28 UTC  (49+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring
` [PATCH 02/18] nvme-keyring: define a 'psk' keytype
` [PATCH 03/18] nvme: add TCP TSAS definitions
` [PATCH 04/18] nvme-tcp: add definitions for TLS cipher suites
` [PATCH 05/18] nvme-keyring: implement nvme_tls_psk_default()
` [PATCH 06/18] net/tls: implement ->read_sock()
` [PATCH 07/18] net/tls: sanitize MSG_EOR handling
` [PATCH 08/18] nvme-tcp: do not set MSG_SENDPAGE_NOTLAST
` [PATCH 09/18] security/keys: export key_lookup()
` [PATCH 10/18] nvme/tcp: allocate socket file
` [PATCH 11/18] nvme-tcp: enable TLS handshake upcall
` [PATCH 12/18] nvme-tcp: control message handling for recvmsg()
` [PATCH 13/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 14/18] nvmet: make TCP sectype settable via configfs
` [PATCH 15/18] nvmet-tcp: allocate socket file
` [PATCH 16/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

advice on kernel configs for NFS with TLS
 2023-04-18 14:07 UTC  (8+ messages)

[PATCHv2 00/18] nvme: In-kernel TLS support for TCP
 2023-04-17 15:12 UTC  (33+ messages)
` [PATCH 10/18] nvme-tcp: fixup send workflow for kTLS
` [PATCH 12/18] nvme-fabrics: parse options 'keyring' and 'tls_key'
` [PATCH 15/18] nvmet-tcp: enable TLS handshake upcall
` [PATCH 16/18] nvmet-tcp: rework sendpage for kTLS
` [PATCH 17/18] nvmet-tcp: control messages for recvmsg()
` [PATCH 18/18] nvmet-tcp: add configfs attribute 'param_keyring'

[PATCH RFC 0/5] Address security review comments
 2023-04-17 14:35 UTC  (6+ messages)
` [PATCH RFC 1/5] tlshd: Check mode bit settings on certificate material
` [PATCH RFC 2/5] tlshd: Fix client's use of Server Name Indication
` [PATCH RFC 3/5] tlshd: Pass tlshd_parameters to the verification functions
` [PATCH RFC 4/5] tlshd: Fix server-side peer hostname validation
` [PATCH RFC 5/5] tlshd: Disable Nagle during handshakes on TCP sockets

Reminder: In-kernel TLS task force meeting
 2023-04-17 14:08 UTC 

[PATCH v9 0/3] Another crack at a handshake upcall mechanism
 2023-04-15 17:57 UTC  (9+ messages)
` [PATCH v9 1/3] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v9 2/3] net/handshake: Add a kernel API for requesting a TLSv1.3 handshake
` [PATCH v9 3/3] net/handshake: Add Kunit tests for the handshake consumer API

[PATCH v2 0/4] nfs-utils changes for RPC-with-TLS
 2023-04-15 17:57 UTC  (5+ messages)

pre-release of netlink v9 kernel
 2023-04-10 22:25 UTC  (4+ messages)

help debug
 2023-04-05 20:01 UTC  (2+ messages)

Fwd: [oracle/ktls-utils] Release ktls-utils-0.8 - v0.8
 2023-04-05 15:33 UTC 

[PATCH v8 0/4] Another crack at a handshake upcall mechanism
 2023-04-05 14:10 UTC  (15+ messages)
` [PATCH v8 1/4] net/handshake: Create a NETLINK service for handling handshake requests
` [PATCH v8 2/4] net/handshake: Add a kernel API for requesting a TLSv1.3 handshake
` [PATCH v8 3/4] net/handshake: Add Kunit tests for the handshake consumer API
` [PATCH v8 4/4] SUNRPC: Recognize control messages in server-side TCP socket code

kernel oops
 2023-04-04 19:30 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).