[PATCH] net/tls: allow limiting maximum record size
2025-09-02 3:30 UTC (6+ messages)
[PATCH 0/5] tlshd: Allow the use of post-quantum cryptography
2025-08-29 16:59 UTC (8+ messages)
` [PATCH 1/5] tlshd: Fix priority string to allow PQC
` [PATCH 2/5] tlshd: Server-side dual certificate support
` [PATCH 3/5] tlshd: Make sure x509.pq.certificate is using a PQ public-key alg
` [PATCH 4/5] tlshd: Make sure the client supports the PQ pk alg used by the server cert
` [PATCH 5/5] tlshd: Client-side dual certificate support
[PATCH v2 00/11] TLS session tags for tlshd
2025-08-26 15:38 UTC (12+ messages)
` [PATCH v2 01/11] tlshd: Relocate /etc/tlshd.conf
` [PATCH v2 02/11] configure.ac: Add libyaml dependency
` [PATCH v2 03/11] tlshd: Add init/shutdown hooks for the session tagging subsystem
` [PATCH v2 04/11] tlshd: man update for TLS session tags
` [PATCH v2 05/11] tlshd: Add tag filter types
` [PATCH v2 06/11] tlshd: Add a YAML parser
` [PATCH v2 07/11] tlshd: Parse filter definitions
` [PATCH v2 08/11] tlshd: Add parsing for tag definitions
` [PATCH v2 09/11] tlshd: Match ingress certificates with defined TLS session tags
` [PATCH v2 10/11] tlshd: Update netlink.h
` [PATCH v2 11/11] tlshd: Add handshake tags to the DONE command
[PATCH net-next v2 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-08-23 18:38 UTC (35+ messages)
` [PATCH net-next v2 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v2 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v2 03/15] quic: provide common utilities and data structures
` [PATCH net-next v2 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v2 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v2 06/15] quic: add stream management
` [PATCH net-next v2 07/15] quic: add connection id management
` [PATCH net-next v2 08/15] quic: add path management
` [PATCH net-next v2 09/15] quic: add congestion control
` [PATCH net-next v2 10/15] quic: add packet number space
` [PATCH net-next v2 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v2 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v2 13/15] quic: add timer management
` [PATCH net-next v2 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v2 15/15] quic: add packet builder and parser base
[RFC v2 0/1] net/tls: add support for limiting the max record size
2025-08-21 6:47 UTC (5+ messages)
` [RFC v2 1/1] net/tls: allow limiting maximum "
TLS session tags support for tlshd (rough draft)
2025-08-18 13:43 UTC (3+ messages)
[PATCH 0/8] nvme-tcp: Support receiving KeyUpdate requests
2025-08-18 12:52 UTC (15+ messages)
` [PATCH 1/8] net/handshake: Store the key serial number on completion
` [PATCH 2/8] net/handshake: Make handshake_req_cancel public
` [PATCH 3/8] net/handshake: Expose handshake_sk_destruct_req publically
` [PATCH 4/8] tls: Allow callers to clear errors
` [PATCH 5/8] net/handshake: Support KeyUpdate message types
` [PATCH 6/8] nvme-tcp: Support KeyUpdate
` [PATCH 7/8] net/handshake: Support decoding the HandshakeType
` [PATCH 8/8] nvmet-tcp: Support KeyUpdate
client's peer certificate not recognized on my NFS server
2025-08-12 15:04 UTC (4+ messages)
https://github.com/oracle/ktls-utils/pull/116
2025-08-12 14:01 UTC
[RFC 0/4] net/tls: add support for the record size limit extension
2025-08-07 0:14 UTC (14+ messages)
` [RFC 1/4] net/handshake: get negotiated tls record size limit
` [RFC 2/4] net/tls/tls_sw: use the record size limit specified
` [RFC 3/4] nvme/host/tcp: set max record size in the tls context
` [RFC 4/4] nvme/target/tcp: "
[PATCH 1/8] tlshd: Relocate /etc/tlshd.conf
2025-08-06 19:05 UTC (8+ messages)
` [PATCH 2/8] tlshd: Set up new /etc/tlshd/tags.d directory
` [PATCH 3/8] configure.ac: Add libyaml dependency
` [PATCH 4/8] tlshd: Read TLS session tag configuration information
` [PATCH 5/8] tlshd: man update for TLS session tags
` [PATCH 6/8] tlshd: Match ingress certificates with defined "
` [PATCH 7/8] tlshd: Update netlink.h
` [PATCH 8/8] tlshd: Add handshake tags to the DONE command
[PATCH 01/29] Set up a config-kdevops for Azure instances
2025-08-06 19:02 UTC
[PATCH v2 0/4] address tls_alert_recv usage by NFS and NvME
2025-07-31 18:00 UTC (5+ messages)
` [PATCH v2 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH v2 2/4] sunrpc: fix client side handling of "
` [PATCH v2 3/4] nvmet-tcp: fix "
` [PATCH v2 4/4] net/handshake: change tls_alert_recv to receive a kvec
[PATCH 0/4] address tls_alert_recv usage by NFS and NvME
2025-07-31 16:05 UTC (10+ messages)
` [PATCH 1/4] sunrpc: fix handling of server side tls alerts
` [PATCH 2/4] sunrpc: fix client side handling of "
` [PATCH 3/4] nvmet-tcp: fix "
` [PATCH 4/4] net/handshake: change tls_alert_recv to receive a kvec
[ANNOUNCE] ktls-utils 1.2.0
2025-07-11 15:46 UTC
support keyrings for NFS TLS mounts v2
2025-07-10 13:14 UTC (3+ messages)
[PATCH net-next 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-07-09 17:05 UTC (23+ messages)
` [PATCH net-next 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next 03/15] quic: provide common utilities and data structures
` [PATCH net-next 04/15] quic: provide family ops for address and protocol
` [PATCH net-next 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next 06/15] quic: add stream management
` [PATCH net-next 07/15] quic: add connection id management
` [PATCH net-next 08/15] quic: add path management
` [PATCH net-next 09/15] quic: add congestion control
` [PATCH net-next 10/15] quic: add packet number space
` [PATCH net-next 11/15] quic: add crypto key derivation and installation
` [PATCH net-next 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next 13/15] quic: add timer management
` [PATCH net-next 14/15] quic: add frame encoder and decoder base
` [PATCH net-next 15/15] quic: add packet builder and parser base
[PATCH] net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'
2025-07-08 13:40 UTC (7+ messages)
[PATCH] net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'
2025-07-01 13:23 UTC (3+ messages)
netlink 'keyring' attribute
2025-07-01 6:29 UTC (2+ messages)
[PATCH 1/7] tlshd_handshake_parms: Dispense with unnecessary dynamic storage for peerids
2025-06-18 16:00 UTC (8+ messages)
[PATCH 0/3] Add CRL checking to server and client
2025-06-18 12:37 UTC (9+ messages)
` [PATCH 1/3] Add server-side CRL checking
` [PATCH 2/3] Add client-side "
` [PATCH 3/3] Add x509.crl option to man page
[PATCH 0/3] Add CRL checking to server and client (v2)
2025-06-18 9:00 UTC (6+ messages)
` [PATCH 1/5] Add server-side CRL checking
` [PATCH 2/5] Add client-side "
` [PATCH 3/5] Add x509.crl option to man page
` [PATCH 4/5] Move server-side CRL code to common function
` [PATCH 5/5] Move client-side "
[PATCH net-next v1 0/7] netlink: specs: fix all the yamllint errors
2025-06-11 21:10 UTC (8+ messages)
` [PATCH net-next v1 4/7] netlink: specs: fix up truthy values
` [PATCH net-next v1 5/7] netlink: specs: fix up indentation errors
` [PATCH net-next v1 6/7] netlink: specs: wrap long doc lines (>80 chars)
` [PATCH net-next v1 7/7] netlink: specs: fix a couple of yamllint warnings
[PATCH 0/5] Kick off ktls-utils 1.2 development
2025-06-10 13:25 UTC (6+ messages)
` [PATCH 1/5] tlshd: Fix a minor race
` [PATCH 2/5] tlshd: Remove unneeded variable "error"
` [PATCH 3/5] workflows: Limit permission of the makefile.yml action
` [PATCH 4/5] tlshd: Add default keyrings for NFS
` [PATCH 5/5] tlshd: Relocate TLSHD_ALLPERMS
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).