Skip to content

Conversation

@lxin
Copy link
Contributor

@lxin lxin commented Nov 24, 2025

When retrieving session data, GnuTLS must not run a full gnutls_handshake() while processing a TLS Session Ticket message. The existing code called quic_handshake_process(), which internally invoked gnutls_handshake() and caused failures with the latest GnuTLS versions.

Fix this by calling gnutls_handshake_write() directly in quic_session_get_data() when handling the Session Ticket message.

…quic

When retrieving session data, GnuTLS must not run a full gnutls_handshake()
while processing a TLS Session Ticket message.  The existing code called
quic_handshake_process(), which internally invoked gnutls_handshake() and
caused failures with the latest GnuTLS versions.

Fix this by calling gnutls_handshake_write() directly in
quic_session_get_data() when handling the Session Ticket message.

Signed-off-by: Xin Long <[email protected]>
@chucklever chucklever merged commit d891e9c into oracle:main Nov 24, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants