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

Make ESNI TLS 1.2 compatible #38

Closed
kontaxis opened this issue May 16, 2018 · 3 comments
Closed

Make ESNI TLS 1.2 compatible #38

kontaxis opened this issue May 16, 2018 · 3 comments

Comments

@kontaxis
Copy link

ESNI seems to rely on TLS 1.3 KeyShareEntry which makes it incompatible with TLS 1.2.

That's unfortunate with that "The protocol designed in this document is quite straightforward."

The gist of ESNI comes down to "encrypted_server_name extension, which contains the true extension encrypted under the provider’s public key."

That seems pretty generic and backwards compatible.

@chris-wood
Copy link
Collaborator

To prevent cut-and-paste attacks, you need to bind ESNI to the CH. That means we’d need 1.2 clients to send a key share in the CH to use when deriving encryption keying material, and that’s not currently done.

@ghedo
Copy link
Contributor

ghedo commented May 18, 2018

Since TLS 1.2 sends the server certificate in plaintext it seems like ESNI wouldn't be particularly useful there anyway, no?

@kontaxis
Copy link
Author

Indeed. I guess someone could argue about wildcard certificates or when multiple names are present but the names are usually related so I agree there’s no significant benefit from encrypting the SNI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants