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

crypto/tls: allow applications to store information in and alongside session tickets #57753

Closed
FiloSottile opened this issue Jan 12, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@FiloSottile
Copy link
Contributor

QUIC needs to store and retrieve custom session information, alongside the connection information. This might take the shape of a custom encryption/serialization method that can store information on the side while encrypting/decrypting.

This is related to #25351, #19199, and generally #6379.

@FiloSottile FiloSottile added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 12, 2023
@FiloSottile FiloSottile added this to the Backlog milestone Jan 12, 2023
@FiloSottile
Copy link
Contributor Author

@gopherbot
Copy link

Change https://go.dev/cl/496822 mentions this issue: crypto/tls: add SessionState.Extra and ConnectionState.Session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants