mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 18:43:38 -04:00
8 lines
444 B
Plaintext
8 lines
444 B
Plaintext
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.
|