Przemek Stekiel | f0d5df0 | 2023-05-22 09:33:55 +0200 | [diff] [blame] | 1 | Features |
Przemek Stekiel | 316c19e | 2023-05-31 15:25:11 +0200 | [diff] [blame] | 2 | * Add support for FFDH key exchange in TLS 1.3. |
Przemek Stekiel | da4fba6 | 2023-06-02 14:52:28 +0200 | [diff] [blame] | 3 | This is automatically enabled as soon as PSA_WANT_ALG_FFDH |
| 4 | and the ephemeral or psk-ephemeral key exchange mode are enabled. |
| 5 | By default, all groups are offered; the list of groups can be |
| 6 | configured using the existing API function mbedtls_ssl_conf_groups(). |