mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-04 03:26:54 +02:00
This commit fixes two problems: 1. In 3.6 the SSL unit test framework ignores option.cipher, we need to enforce it manually 2. In 3.6 we still have RSA key exchange and we need to condition the RSA test on the presence of ECDHE_RSA key exchange modes as well Signed-off-by: Janos Follath <janos.follath@arm.com>