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: reassemble QUIC ClientHello fragmented into multiple Initial packets #21

Merged
merged 22 commits into from
May 31, 2024

Conversation

gaukas
Copy link
Owner

@gaukas gaukas commented May 29, 2024

Fix #17.
Related to #18 (non-concluding).
Fix #19.
Related to #20 (partially completed).

- Use refraction-networking/utls/dicttls Replace deprecated gaukas/godicttls
- Bump upgradable direct dependencies to the latest version available
- Bump minimum Go version to 1.21

Signed-off-by: Gaukas Wang <i@gaukas.wang>
Refactor the structure to better reflect the QUIC fingerprinting infrastructure. Add support for CRYPTO frames carried in more than one packets.

Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
@gaukas gaukas self-assigned this May 29, 2024
deepsource-autofix bot and others added 15 commits May 29, 2024 07:25
This commit fixes the style issues introduced in 6e234a2 according to the output
from Gofumpt.

Details: #21
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
This commit fixes the style issues introduced in 2960570 according to the output
from Gofumpt.

Details: #21
Signed-off-by: Gaukas Wang <i@gaukas.wang>
@gaukas gaukas marked this pull request as ready for review May 30, 2024 23:41
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
Manually set finalizers for non-trivial types to make sure the internal resources are properly released.

Add packet number/count limit to GatheredClientInitials.AddPacket.

Rename GatherClientInitialsUntil to GatherClientInitialsWithDeadline and rewrite the underlying logistics to use a time.Time instead of a context.Context.

* test: add race detection to GitHub Actions executed per each commit/pull request

Signed-off-by: Gaukas Wang <i@gaukas.wang>
Signed-off-by: Gaukas Wang <i@gaukas.wang>
@gaukas gaukas merged commit 05070a8 into master May 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant