-
Notifications
You must be signed in to change notification settings - Fork 873
DTLS: drop records that span datagrams #8642
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- doc/dox_comments/header_files/ssl.h: Language not supported
c818750
to
b8c12fb
Compare
retest this |
Jenkins retest this please for long-running job |
7147388
to
72a3693
Compare
retest this please |
c9b5fb0
to
a81e244
Compare
retest this please |
2095c71
to
1bb45f5
Compare
retest this please |
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment unresolved and rebase and fix conflict.
8bd7211
to
bb0f5bc
Compare
retest this please |
To uniform error handling for the SanityCheckCipherText check.
A new macro "WOLFSSL_DTLS_RECORDS_CAN_SPAN_DATAGRAMS" restores the old behaviour.
bb0f5bc
to
cbe1fb2
Compare
retest this please |
Description
DTLS records should not span UDP datagrams, this PR adds an API to enforce it.