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: Vet interaction between ECH and PSK #74

Open
cjpatton opened this issue Apr 1, 2021 · 1 comment
Open

crypto/tls: Vet interaction between ECH and PSK #74

cjpatton opened this issue Apr 1, 2021 · 1 comment
Assignees
Labels

Comments

@cjpatton
Copy link
Contributor

cjpatton commented Apr 1, 2021

We may have a bug in crypto/tls that would be triggered by ECH rejection when the server supports PSK. The bug would cause the handshake to fail. I will investigate soon, unless someone gets there first. The temporary fix should be as simple as disabling ECH+PSK. It's likely that the spec will be changed in a way that allows us to properly patch this problem without a major refactor. See tlswg/draft-ietf-tls-esni#399.

@cjpatton cjpatton added the bug label Apr 1, 2021
@cjpatton cjpatton self-assigned this Apr 1, 2021
@cjpatton
Copy link
Contributor Author

This will be fixed in draft 11 by tlswg/draft-ietf-tls-esni#420.

@cjpatton cjpatton reopened this Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant