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

TLS 1.3: improve sending of NewSessionTicket by servers #9660

Open
mpg opened this issue Oct 2, 2024 · 0 comments
Open

TLS 1.3: improve sending of NewSessionTicket by servers #9660

mpg opened this issue Oct 2, 2024 · 0 comments
Labels
component-tls13 enhancement priority-low Low priority - this may not receive review soon size-m Estimated task size: medium (~1w)

Comments

@mpg
Copy link
Contributor

mpg commented Oct 2, 2024

Note: split from #6640

Add ability for the server to send multiple tickets according to a policy chosen by the application. Likely policies may include:

  • send N tickets as soon as the handshake is over (currently hardcoded to 1)
  • re-send N tickets when the initial tickets are expired if the connection is still live?
  • other?
@mpg mpg added enhancement component-tls13 size-m Estimated task size: medium (~1w) priority-low Low priority - this may not receive review soon labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-tls13 enhancement priority-low Low priority - this may not receive review soon size-m Estimated task size: medium (~1w)
Projects
Status: No status
Development

No branches or pull requests

1 participant