public inbox for kernel-tls-handshake@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] tlshd: do not set conn errcode to GnuTLS errors in QUIC handshake
@ 2025-09-25 16:38 Xin Long
  2025-09-25 16:38 ` [PATCH 1/2] tlshd: leave session_status as EIO on GnuTLS failure in QUIC session setup Xin Long
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xin Long @ 2025-09-25 16:38 UTC (permalink / raw)
  To: kernel-tls-handshake; +Cc: Chuck Lever

This series aligns QUIC error handling in tlshd with the TLS 1.3 code.

- On GnuTLS failure during session setup, log the error and leave
  parms session_status = EIO.

- On GnuTLS failure during handshake, log the error and set conn
  errcode = EACCES.

Xin Long (2):
  tlshd: leave session_status as EIO on GnuTLS failure in QUIC session
    setup
  tlshd: set conn errcode to EACCES on GnuTLS failure in QUIC handshake

 src/tlshd/client.c | 42 ++++++++++++++---------------
 src/tlshd/quic.c   | 66 ++++++++++++++++++++++++++--------------------
 src/tlshd/server.c | 29 +++++++++-----------
 3 files changed, 70 insertions(+), 67 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-26 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-25 16:38 [PATCH 0/2] tlshd: do not set conn errcode to GnuTLS errors in QUIC handshake Xin Long
2025-09-25 16:38 ` [PATCH 1/2] tlshd: leave session_status as EIO on GnuTLS failure in QUIC session setup Xin Long
2025-09-25 16:38 ` [PATCH 2/2] tlshd: set conn errcode to EACCES on GnuTLS failure in QUIC handshake Xin Long
2025-09-26 13:14 ` [PATCH 0/2] tlshd: do not set conn errcode to GnuTLS errors " Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox