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

Document adding custom fake TLS extensions #115

Merged
merged 2 commits into from
Sep 7, 2022
Merged

Document adding custom fake TLS extensions #115

merged 2 commits into from
Sep 7, 2022

Conversation

fedosgad
Copy link
Contributor

I see a lot of people asking to add support for a specific extensions (for example, #113, #108, #107). However, the need is often to match required TLS ClientHello fingerprint and not to actually implement functionality required by such extensions. uTLS already has Fake* extensions which only serve as a placeholders, and GenericExtension, which (as stated in comments) "allows to include in ClientHello arbitrary unsupported extensions".

Thus I'd like to contribute documentation on creating such extensions.

@gaukas
Copy link
Contributor

gaukas commented Sep 7, 2022

I would love to get this merged! Thanks for updating the documentation!

@gaukas gaukas merged commit 4d3785b into refraction-networking:master Sep 7, 2022
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

Successfully merging this pull request may close these issues.

2 participants