From 6c5a9f04dfaeb3ab95004859463adb43f147f406 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 22 Jan 2026 16:52:11 +0100 Subject: [PATCH] library: ssl: improve/fix documentation of group related functions Signed-off-by: Valerio Setti --- include/mbedtls/ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index b413dfba67..c21c1b1ae7 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -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