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

Fix retransmission of DTLS server flight after a retransmitted aggregated packet #1491

Merged
merged 3 commits into from
Feb 3, 2024

Conversation

JonathanLennox
Copy link

@JonathanLennox JonathanLennox commented Sep 18, 2023

This fixes the issue described in #1489, and adds unit tests.

The records parsed here, and handed to record processing, are still a subset of the records that were parsed prior to commit 2307836, so this should be safe.

@JonathanLennox JonathanLennox changed the title Add tests for retransmission of DTLS Handshake. Fix retransmission of DTLS server flight after a retransmitted aggregated packet Sep 19, 2023
Even for non-handshake records.  This is necessary to parse aggregated DTLS packets.
@JonathanLennox
Copy link
Author

Note: I updated this PR to remove some files that got checked in accidentally (gradlew etc.)

@peterdettman
Copy link
Collaborator

This PR has now been merged and will be included in the 1.77 release that we are currently preparing. We especially appreciate the extra test cases.

pull bot pushed a commit to jianyuyanyu/bc-csharp that referenced this pull request Nov 10, 2023
@hubot hubot merged commit 2b54ad3 into bcgit:main Feb 3, 2024
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