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

Cannot parse QUIC ClientHello split into two packets #1861

Closed
sfionov opened this issue Feb 14, 2024 · 2 comments
Closed

Cannot parse QUIC ClientHello split into two packets #1861

sfionov opened this issue Feb 14, 2024 · 2 comments

Comments

@sfionov
Copy link
Member

sfionov commented Feb 14, 2024

Steps to reproduce:

  1. Download latest Chromium snapshot from https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac_Arm/1260335/
  2. Run Chromium --enable-quic --origin-to-force-quic-on=http3.is:443
  3. See AGQuicProcessingUnit: Failed to parse ClientHello in log
@ameshkov
Copy link
Member

Why do they split it?

We'll need this in v1.14 or later?

@sfionov
Copy link
Member Author

sfionov commented Feb 14, 2024

@ameshkov They now send "post-quantum" X25519Kyber768Draft00 key (additional 1200+ bytes) in key_share extension along with usual X25519 key. Also, on sites with ECH, ClientHello is split due to ECH extension.

I think we may correct it in CL1.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants