kernel-tls-handshake.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-17 13:03:05 to 2023-05-19 17:13:02 UTC [more...]

[PATCH v2] net/handshake: Squelch allocation warning during Kunit test
 2023-05-19 17:12 UTC 

[PATCH] net/handshake: Fix sock->file allocation
 2023-05-19 17:08 UTC 

[PATCH] net/handshake: Squelch allocation warning during Kunit test
 2023-05-19 15:42 UTC  (2+ messages)

[PATCH RFC 00/12] client-side RPC-with-TLS
 2023-05-18 13:49 UTC  (14+ messages)
` [PATCH RFC 01/12] NFS: Improvements for fs_context-related tracepoints
` [PATCH RFC 02/12] SUNRPC: Plumb an API for setting transport layer security
` [PATCH RFC 03/12] SUNRPC: Trace the rpc_create_args
` [PATCH RFC 04/12] SUNRPC: Refactor rpc_call_null_helper()
` [PATCH RFC 05/12] SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavor
` [PATCH RFC 06/12] SUNRPC: Ignore data_ready callbacks during TLS handshakes
` [PATCH RFC 07/12] SUNRPC: Capture CMSG metadata on client-side receive
` [PATCH RFC 08/12] SUNRPC: Add a connect worker function for TLS
` [PATCH RFC 09/12] SUNRPC: Add RPC-with-TLS support to xprtsock.c
` [PATCH RFC 10/12] SUNRPC: Add RPC-with-TLS tracepoints
` [PATCH RFC 11/12] NFS: Have struct nfs_client carry a TLS policy field
` [PATCH RFC 12/12] NFS: Add an "xprtsec=" NFS mount option

[RFC PATCH] ktls-utils: Add minor error checking of gnutls functions
 2023-05-17 18:59 UTC  (3+ messages)

[ANNOUNCE] ktls-utils 0.9 has been released
 2023-05-17 18:52 UTC 

[PATCHv4 00/17] nvme: In-kernel TLS support for TCP
 2023-05-17  9:36 UTC  (46+ 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 v2 0/6] Bug fixes for net/handshake
 2023-05-16 20:05 UTC  (20+ 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

Reminder: In-kernel TLS task force meeting
 2023-05-15 12:43 UTC 

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

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-08 11:17 UTC  (4+ messages)

[PATCH 0/5] Bug fixes for net/handshake
 2023-05-08  5:51 UTC  (18+ 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 

[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  (45+ messages)
` [PATCH 01/18] nvme-keyring: register '.nvme' keyring
` [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 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  (9+ messages)
` [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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).