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

bug: not reassembling CRYPTO frames over multiple Initial Packets #17

Closed
gaukas opened this issue Feb 26, 2024 · 0 comments · Fixed by #21
Closed

bug: not reassembling CRYPTO frames over multiple Initial Packets #17

gaukas opened this issue Feb 26, 2024 · 0 comments · Fixed by #21
Assignees
Labels
bug Something isn't working

Comments

@gaukas
Copy link
Owner

gaukas commented Feb 26, 2024

It is possible for a QUIC client to send it is initial frames over multiple initial packets in the beginning of the (UDP) communication.

For example, Google Chrome 122 with Kyber768-based post-quantum Key Share enabled will need to send an oversized TLS ClientHello which is over 1700 bytes, exceeding the limit of ~1200 bytes per initial packet itself. Chrome instead sends the first Initial Packet (PKN: 1) with only a CRYPTO frame with a fixed size (~1200) and offset 0, followed by another Initial Packet containing the rest of TLS ClientHello in multiple smaller CRYPTO frames along with other frames including PING/PADDING.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant