2023-05-22 09:33:55 +02:00
|
|
|
Features
|
2023-05-31 15:25:11 +02:00
|
|
|
* Add support for FFDH key exchange in TLS 1.3.
|
2023-06-02 14:52:28 +02:00
|
|
|
This is automatically enabled as soon as PSA_WANT_ALG_FFDH
|
|
|
|
and the ephemeral or psk-ephemeral key exchange mode are enabled.
|
|
|
|
By default, all groups are offered; the list of groups can be
|
|
|
|
configured using the existing API function mbedtls_ssl_conf_groups().
|