-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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: Implement mbedtls_ssl_read_early_data
#6541
Closed
yuhaoth
wants to merge
8
commits into
Mbed-TLS:development
from
yuhaoth:pr/tls13-Add-early_data-support-of-server-side
Closed
TLS 1.3: EarlyData: SRV: Implement mbedtls_ssl_read_early_data
#6541
yuhaoth
wants to merge
8
commits into
Mbed-TLS:development
from
yuhaoth:pr/tls13-Add-early_data-support-of-server-side
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
04d9607
to
23c2c51
Compare
8feb8a5
to
6533f18
Compare
9a78290
to
ac96ad6
Compare
d7742b5
to
3cea3f3
Compare
d711fcb
to
cb66258
Compare
893af4c
to
9cf4e68
Compare
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
The code will be shared between `mbedtls_ssl_read` and `mbedtls_ssl_read_early_data` 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>
See ./docs/architecture/tls13-support.md The logic followup the description in above document. 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>
make sure the data is not printed in library. Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
9cf4e68
to
4561c4d
Compare
3 tasks
Superseded by #8692. |
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.
Description
fix #6341
mbedtls_ssl_read_early_data
Gatekeeper checklist
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.