You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question, where in the documentation can I write down the information that the required version of the mbedtls library is 3.6.0?
Should the tests be modified?
Question, where in the documentation can I write down the information that the required version of the mbedtls library is 3.6.0?
docs/INTERNALS.md lists minimum version of multiple dependencies. But is that really the required version? If so, should we not make the build/configure/cmake fail if we try to build with a too old version?
docs/INTERNALS.md lists minimum version of multiple dependencies. But is that really the required version? If so, should we not make the build/configure/cmake fail if we try to build with a too old version?
I have thought through the topic of documentation and indeed there is no need to include information about the required version of mbedtls to support TLSv1.3. Version 3.6.0 is the first version which TLSv1.3 is not experimental, it is available by defaut.
I changed the file test_17_ssl_use.py, but I see in the Linux/mbedtls test this line: tests/http/test_17_ssl_use.py::TestSSLUse::test_17_02_sslinfo_reconnect[0-1.3] SKIPPED [ 94%]
Also, in cache mbedtls stage, I see: Cache restored from key: Linux-build-cache-mbedtls-mbedtls-v3.5.0
Is it possible to upgrade the version to 3.6.0?
Is it enough to change the version in the linux.yml file?
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.
See #12876.
Question, where in the documentation can I write down the information that the required version of the mbedtls library is 3.6.0?
Should the tests be modified?