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

[Feature Request]: Extension encrypted_client_hello #116

Closed
thaiduongme opened this issue May 24, 2024 · 1 comment
Closed

[Feature Request]: Extension encrypted_client_hello #116

thaiduongme opened this issue May 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@thaiduongme
Copy link

Describe the feature / enhancement and how it would improve things

Can you add the encrypted_client_hello extension feature? I'm facing an issue that requires this, but I have no idea how to build that custom feature.

Describe how your proposal will work, with code and/or pseudo-code

The encrypted_client_hello (ECH) extension is a feature that encrypts the ClientHello message in TLS (Transport Layer Security) to enhance privacy by hiding the details of the handshake. Implementing this feature involves modifying the TLS handshake process to include ECH.

@thaiduongme thaiduongme added the enhancement New feature or request label May 24, 2024
@bogdanfinn
Copy link
Owner

@thaiduongme did you try out built in profile of chrom124? This has ECH added.

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

No branches or pull requests

2 participants