Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnutls, use session cache for QUIC #15265

Closed
wants to merge 2 commits into from
Closed

Conversation

icing
Copy link
Contributor

@icing icing commented Oct 11, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants