mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
changelog: add notes about helpers added to get list of known/supported TLS groups
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
8
ChangeLog.d/issue10349.txt
Normal file
8
ChangeLog.d/issue10349.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Features
|
||||||
|
* Function mbedtls_ssl_get_supported_group_list() is added to return the list
|
||||||
|
of supported groups IDs (curves and finite fields).
|
||||||
|
* MBEDTLS_SSL_IANA_TLS_GROUPS_INFO is added to allow defining the list of
|
||||||
|
mbedtls_ssl_iana_tls_group_info_t items which represent known TLS groups
|
||||||
|
with corresponding informations.
|
||||||
|
If MBEDTLS_DEBUG_C is also enabled then mbedtls_ssl_iana_tls_group_info is
|
||||||
|
also available as implementation of such list.
|
||||||
Reference in New Issue
Block a user