mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 19:04:55 +00:00
cf0074b2c8
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
Features
|
|
* Support rsa_pss_rsae_* signature algorithms in TLS 1.2.
|
|
Bugfix
|
|
* Fix an interoperability failure between an Mbed TLS client with both
|
|
TLS 1.2 and TLS 1.3 support, and a TLS 1.2 server that supports
|
|
rsa_pss_rsae_* signature algorithms. This failed because Mbed TLS
|
|
advertised support for PSS in both TLS 1.2 and 1.3, but only
|
|
actually supported PSS in TLS 1.3.
|