mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
API changes
|
|
* You can configure groups for a TLS key exchange with the new function
|
|
mbedtls_ssl_conf_groups(). It extends mbedtls_ssl_conf_curves().
|
|
|
|
New deprecations
|
|
* Deprecate mbedtls_ssl_conf_curves() in favor of the more generic
|
|
mbedtls_ssl_conf_groups().
|