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

Add randomized clientHello generation in UTLSIdToSpec. #155

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

fedosgad
Copy link
Contributor

@fedosgad fedosgad commented Jan 30, 2023

UTLSIdToSpec allows user to get ClientHelloSpec for all fixed fingerprints, but randomized ClientHelloSpec cannot be generated that way - all randomization happens inside UConn's private methods. As a library user, I'd like to have a way to get randomized clientHello directly, without having to create UConn.
This pull requests adds such functionality.

@gaukas
Copy link
Contributor

gaukas commented Feb 4, 2023

I don't see any reason not to add this feature. Nice work and thanks!

@gaukas gaukas merged commit 5eb62ee into refraction-networking:master Feb 4, 2023
@fedosgad fedosgad deleted the gen_rand_spec branch February 4, 2023 06:20
@RPRX
Copy link
Contributor

RPRX commented Feb 4, 2023

Nice work! But there is still a limitation, see #157

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.

None yet

3 participants