mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-10 15:40:30 +00:00
add changelog entry
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
6455b687fe
commit
72a858517b
7
ChangeLog.d/fix-rsa-pss-rsae-compitable-issue.txt
Normal file
7
ChangeLog.d/fix-rsa-pss-rsae-compitable-issue.txt
Normal file
@ -0,0 +1,7 @@
|
||||
Bugfix
|
||||
* When GnuTLS/Openssl server is configured in TLS 1.2 mode with a certificate
|
||||
declaring an RSA public key and Mbed TLS is configured in hybrid mode, if
|
||||
`rsa_pss_rsae_*` algorithms are before `rsa_pkcs1_*` ones in this list then
|
||||
the GnuTLS/Openssl server chooses an `rsa_pss_rsae_*` signature algorithm
|
||||
for its signature in the key exchange message. As Mbed TLS 1.2 does not
|
||||
support them, the handshake fails.
|
Loading…
x
Reference in New Issue
Block a user