crypto/tls: add DecryptSessionTicket to Config #17432
Labels
FrozenDueToAge
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
There are already multiple ways to set session tickets but they all require key material. At Cloudflare we want to use a remote Keyless-style system.
I suggest the following interface.
crypto/tls would be responsible of serializing and deserializing the session state.
This works cleanly with TLS 1.3 PSK, too, but I wonder if we will need more stuff in the interface to allow it to do replay protection, too.
/cc @Bren2010 @agl
The text was updated successfully, but these errors were encountered: