mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
library: ssl: improve/fix documentation of group related functions
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
8686ad1a9e
commit
6c5a9f04df
@ -3674,7 +3674,7 @@ void mbedtls_ssl_conf_psk_cb(mbedtls_ssl_config *conf,
|
||||
* about it being freed.
|
||||
*
|
||||
* \return The list made of IANA NamedGroups IDs (MBEDTLS_SSL_IANA_TLS_GROUP_xxx)
|
||||
* with the last item always being MBEDTLS_SSL_IANA_TLS_GROUP_NONE.
|
||||
* and is terminated by #MBEDTLS_SSL_IANA_TLS_GROUP_NONE.
|
||||
*/
|
||||
const uint16_t *mbedtls_ssl_get_supported_group_list(void);
|
||||
|
||||
@ -3704,7 +3704,7 @@ const uint16_t *mbedtls_ssl_get_supported_group_list(void);
|
||||
* resource usage.
|
||||
*
|
||||
* \note The list is not copied internally, only the reference to it
|
||||
* is saved in \p conf. Do not free \p groups memory for the
|
||||
* is saved in \p conf. Do not free \p groups memory for the time
|
||||
* in which \p conf is being used.
|
||||
*
|
||||
* \param conf SSL configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user