From 848f62eacc4c561228d872be80bd6e2b39047769 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 9 Mar 2022 14:39:08 -0500 Subject: [PATCH] Adjust comment describing mbedtls_ssl_set_hs_own_cert() mbedtls_ssl_set_hs_own_cert() is callable from the certificate selection callback. Signed-off-by: Glenn Strauss --- include/mbedtls/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index aa6a21209ce6..99c868b0cc2b 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -3565,7 +3565,7 @@ const unsigned char *mbedtls_ssl_get_hs_sni( mbedtls_ssl_context *ssl, * \brief Set own certificate and key for the current handshake * * \note Same as \c mbedtls_ssl_conf_own_cert() but for use within - * the SNI callback. + * the SNI callback or certificate selection callback. * * \note Passing null \c own_cert clears the certificate list for * the current handshake.