CVPN-2575: refresh PR10492 patch with latest upstream changes#365
Merged
Conversation
Pull PR10492 head (6 commits, mailbox format), then trim: - drop .wolfssl_known_macro_extras hunks (PATCH 1, 5) and entire PATCH 4/6 (revert pair) — that file's surrounding context does not exist in 5.9.1. - rewrite test_dtls.h hunks in PATCH 2 to drop test_dtls_set_session_min_downgrade refs (also not in 5.9.1). - space-prefix bare empty context lines so 'git apply' (Windows path in build.rs) accepts them. Renames cflag in build.rs from WOLFSSL_DTLS13_5_9_0_COMPAT to WOLFSSL_DTLS13_ECHO_LEGACY_SESSION_ID to match the renamed macro from PATCH 5.
|
Code coverage summary for 3947675: ✅ Region coverage 74% passes |
🚀 Release Plan
|
kp-mariappan-ramasamy
marked this pull request as ready for review
May 28, 2026 08:27
kp-weiwen-goh
approved these changes
May 29, 2026
kp-weiwen-goh
left a comment
Contributor
There was a problem hiding this comment.
Verified commits in patch match PR description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #363 has been done before the upstream PR is merged and there were some changes in the upstream before merging.
So update our patch to reflect the exact changes.
Primarily renaming cflag in build.rs from WOLFSSL_DTLS13_5_9_0_COMPAT to WOLFSSL_DTLS13_ECHO_LEGACY_SESSION_ID.
Changes
Pull PR10492 head (6 commits, mailbox format), then trim: