Backport 3.6: ssl: accept TLS 1.2 rsa_pss_rsae signature algorithms#10674
Merged
ronald-cron-arm merged 3 commits intoMbed-TLS:mbedtls-3.6from Apr 20, 2026
Merged
Conversation
Signed-off-by: Viktor Sokolovskiy <maokaman@gmail.com> (cherry picked from commit c064ba0)
7 tasks
Narrow TLS 1.2 RSA-PSS handling to the client ServerKeyExchange parse path and add OpenSSL and GnuTLS interoperability tests. Signed-off-by: Viktor Sokolovskiy <maokaman@gmail.com>
7 tasks
gilles-peskine-arm
previously approved these changes
Apr 17, 2026
Contributor
gilles-peskine-arm
left a comment
There was a problem hiding this comment.
LGTM as a backport of #10672
Not sure why one comment is shorter here, but it doesn't matter, we wouldn't add full PSS support in this long-time support branch anyway.
Signed-off-by: Viktor Sokolovskiy <maokaman@gmail.com>
|
Can you please confirm if this issue is related? Thank you. |
Contributor
|
@JustAnotherEndUser It does seem to be the same issue, yes: a server offering only TLS 1.2 but wanting to use RSA-PSS as the signature algorithm. Try this patch if you want to be sure. |
|
@gilles-peskine-arm - Thank you. I will look for the new package release and test when it is available. |
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
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
Backport of #10672
PR checklist