Skip to content

gnutls, use session cache for QUIC - #15265

Closed
icing wants to merge 2 commits into
curl:masterfrom
icing:gtls-quic-sessions
Closed

gnutls, use session cache for QUIC#15265
icing wants to merge 2 commits into
curl:masterfrom
icing:gtls-quic-sessions

Conversation

@icing

@icing icing commented Oct 11, 2024

Copy link
Copy Markdown
Contributor

Add session reuse for QUIC transfers using GnuTLS. This does not include support for TLS early data, yet.

Fix check of early data support in common GnuTLS init code to not access the filter context, as the struct varies between TCP and QUIC connections.

Add session reuse for QUIC transfers using GnuTLS. This does
not include support for TLS early data, yet.

Fix check of early data support in common GnuTLS init code to
not access the filter context, as the struct varies between
TCP and QUIC connections.
@github-actions github-actions Bot added the tests label Oct 11, 2024
@icing icing added the HTTP/3 h3 or quic related label Oct 11, 2024
@icing
icing marked this pull request as ready for review October 11, 2024 12:16
@icing
icing requested a review from bagder October 11, 2024 12:17
@bagder bagder closed this in fe8399f Oct 11, 2024
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
Add session reuse for QUIC transfers using GnuTLS. This does not include
support for TLS early data, yet.

Fix check of early data support in common GnuTLS init code to not access
the filter context, as the struct varies between TCP and QUIC
connections.

Closes curl#15265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HTTP/3 h3 or quic related tests

Development

Successfully merging this pull request may close these issues.

2 participants