-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
TLS 1.3: EarlyData SRV: Write early data extension in EncryptedExtension #6720
Merged
tom-cosgrove-arm
merged 10 commits into
Mbed-TLS:development
from
yuhaoth:pr/tls13-early-data-receive-0_rtt-and-eoed
Nov 7, 2023
Merged
TLS 1.3: EarlyData SRV: Write early data extension in EncryptedExtension #6720
tom-cosgrove-arm
merged 10 commits into
Mbed-TLS:development
from
yuhaoth:pr/tls13-early-data-receive-0_rtt-and-eoed
Nov 7, 2023
Conversation
This file contains 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
3 tasks
c5b4b27
to
4a0d91b
Compare
58e8785
to
a0edd60
Compare
a0edd60
to
570a1e6
Compare
5 tasks
ef2573e
to
70c1f7b
Compare
70c1f7b
to
2ecbd3a
Compare
aa8ee22
to
4889322
Compare
3 tasks
- check if it is enabled - check if it is psk mode - check if it is resumption - check if it is tls13 version Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
7638f1c
to
2db16b7
Compare
ronald-cron-arm
requested changes
Oct 30, 2023
5f1c1a7
to
e164d4d
Compare
- improve output message - Remove unnecessary checks - Simplify test command Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
early_data extension is sent in EE. So it should not be checked in SH message. Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
be4badd
to
960b7eb
Compare
ronald-cron-arm
requested changes
Nov 6, 2023
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
- Debug message - Improve comments Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
6bb317f
to
7ef9fd8
Compare
ronald-cron-arm
approved these changes
Nov 7, 2023
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.
LGTM, thanks.
xkqian
approved these changes
Nov 7, 2023
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.
LGTM
Seems The CI isn't happy, but isn't related with PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Design and code approved - may be waiting for CI or backports
component-tls13
priority-high
High priority - will be reviewed soon
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.
Description
fix #6338
preceding: #6719
Gatekeeper checklist
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.