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: add API to check if a session ticket is still valid #9661

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

TLS 1.3: add API to check if a session ticket is still valid #9661

mpg opened this issue Oct 2, 2024 · 0 comments
Labels
component-tls13 enhancement priority-medium Medium priority - this can be reviewed as time permits size-s Estimated task size: small (~2d)

Comments

@mpg
Copy link
Contributor

mpg commented Oct 2, 2024

TLS 1.3 clients that want to take full advantage of resumption will have to maintain a pool of the session tickets sent by a particular server. In order to maintain that pool, client need to know if a particular ticket is expired or not. This issue is to add an API supporting that.

Historical note: this issue was split from #6640.

@mpg mpg added enhancement component-tls13 size-s Estimated task size: small (~2d) priority-medium Medium priority - this can be reviewed as time permits 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-medium Medium priority - this can be reviewed as time permits size-s Estimated task size: small (~2d)
Projects
Status: No status
Development

No branches or pull requests

1 participant