-
Notifications
You must be signed in to change notification settings - Fork 2.8k
TLS 1.3: SRV: Implement mbedtls_ssl_read_early_data() #8692
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
Merged
ronald-cron-arm
merged 19 commits into
Mbed-TLS:development
from
ronald-cron-arm:read-early-data
Feb 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
149b0e7
ssl.h: Fix comment
ronald-cron-arm 5d0ae90
tls13: srv: Refine early data status
ronald-cron-arm 739a1d4
tls: Add internal function ssl_read_application_data()
yuhaoth 6a5904d
tls13: srv: Move early data size check placeholder
yuhaoth 032985c
Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code
yuhaoth 3a04562
Update mbedtls_ssl_read_early_data() definition
ronald-cron-arm d9ca354
tls13: srv: Add mbedtls_ssl_read_early_data() API
yuhaoth 192e0f9
ssl_server2: Add read early data support
yuhaoth 579bd4d
Update early data test
yuhaoth 7b6ee94
tls13: srv: Reject early data in case of HRR
ronald-cron-arm 7d21cde
ssl.h: Simplify guard
ronald-cron-arm 0883b8b
tls13: Introduce early_data_state SSL context field
ronald-cron-arm 2c43089
ssl.h: Fix comments
ronald-cron-arm 44d70a5
tls13: early data: Improve documentation
ronald-cron-arm ed7d4bf
tls13: srv: Simplify mbedtls_ssl_read_early_data() API
ronald-cron-arm 164537c
tls13: early data: Improve, add comments
ronald-cron-arm 3b90345
Revert "tls13: Introduce early_data_state SSL context field"
ronald-cron-arm 78a38f6
tls13: srv: Do not use early_data_status
ronald-cron-arm 38dbab9
tests: ssl: Adjust early data test
ronald-cron-arm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.