mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-24 06:40:46 +00:00
In the PSK exchange modes extension declare first PSK ephemeral if we support both PSK ephemeral and PSK. This is aligned with our implementation giving precedence to PSK ephemeral over pure PSK and improve compatibility with GnuTLS. Signed-off-by: Ronald Cron <ronald.cron@arm.com>