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

feat: a simple TLS fragmentation in addition to TCP split #507

Merged
merged 5 commits into from
Mar 18, 2024

Conversation

jyyi1
Copy link
Contributor

@jyyi1 jyyi1 commented Mar 15, 2024

This PR adds the TLS Client Hello fragmentation in addition to the TCP split.

Note that this might cause issues with some TLS servers that don't support fragmented records. We plan to implement a more robust retry strategy in a future update.

@jyyi1 jyyi1 self-assigned this Mar 15, 2024
@jyyi1 jyyi1 requested a review from fortuna March 15, 2024 21:58
Android/app/src/go/intra/split/retrier.go Outdated Show resolved Hide resolved
Android/app/src/go/intra/split/direct_split.go Outdated Show resolved Hide resolved
Android/app/src/go/intra/split/direct_split.go Outdated Show resolved Hide resolved
Android/app/src/go/intra/split/retrier.go Outdated Show resolved Hide resolved
Android/app/src/go/intra/split/retrier.go Outdated Show resolved Hide resolved
Android/app/src/go/intra/split/retrier.go Outdated Show resolved Hide resolved
@jyyi1 jyyi1 requested a review from fortuna March 18, 2024 19:31
Copy link
Contributor

@fortuna fortuna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. I have a minor suggestion for readability.

Android/app/src/go/intra/split/retrier.go Outdated Show resolved Hide resolved
@jyyi1 jyyi1 merged commit ede31e6 into master Mar 18, 2024
5 checks passed
@jyyi1 jyyi1 deleted the junyi/tls-frag-with-split-simple branch March 18, 2024 23:58
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