-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix interoperability when MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE is disabled #9628
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 20 commits into
Mbed-TLS:development
from
gilles-peskine-arm:tls13-middlebox-compat-disabled-development
Sep 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1d6a950
opt-testcases/*.sh are not executable
gilles-peskine-arm 7b02c1f
Avoid multiline requires_all_configs_xxx
gilles-peskine-arm 73a406e
Separate accepting TLS 1.3 middlebox compatibility from sending it
gilles-peskine-arm 671a439
Adapt middlebox compatibility tests for always-on acceptance
gilles-peskine-arm 0f2d839
Remove mid-stanza blank lines
gilles-peskine-arm edc8f35
Remove obsolete requirements on middlebox compatibility mode: manual
gilles-peskine-arm ae5a35f
Remove obsolete requirements on middlebox compatibility mode: generated
gilles-peskine-arm c07beda
generate_tls13_compat_tests: change default mode to all
gilles-peskine-arm 3943a1a
Automatically generate tests/opt-testcases/tls13-compat.sh
gilles-peskine-arm 5dd839a
Fix sensitivity of tls13-compat.sh to the exact generation method
gilles-peskine-arm 6f03eb8
Changelog entry: fix #9551
gilles-peskine-arm dfbc1a9
Remove transitional always-on internal option
gilles-peskine-arm 9ca9b92
Reduce level of non-error debug message
gilles-peskine-arm 1e01b4a
Remove obsolete requirement for GnuTLS %DISABLE_TLS13_COMPAT_MODE
gilles-peskine-arm 907e495
Print a "Gen" line when generating a file
gilles-peskine-arm 40c090f
Move generation of tls13-compat.sh to tests/CMakeLists.txt
gilles-peskine-arm fd6d279
CMake: generate tls13-compat.sh in the default build target
gilles-peskine-arm 1150526
Fix copypasta
gilles-peskine-arm 63068d6
Have `make ssl-opt` generate `tls13-compat.sh`
gilles-peskine-arm 870ed2a
Have `make ssl-opt` generate `tls13-compat.sh` (make edition)
gilles-peskine-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
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.
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.
Actually wait, shouldn't we do something similar for make as well?
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.
Good point! I'd only thought about it from the point of view of having already run
make generated_files
, which doesn't exist with CMake. But I do expect all make targets to work from a fresh checkout. Fixed.