Remove mbedtls_ssl_conf_sig_hashes from comments

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-08-04 15:13:34 +01:00
parent 4e7b2543c7
commit 27a4cc9de2
4 changed files with 2 additions and 10 deletions
-4
View File
@@ -3364,10 +3364,6 @@ int mbedtls_ssl_conf_cid(mbedtls_ssl_config *conf, size_t len,
/**
* \brief Set the X.509 security profile used for verification
*
* \note The restrictions are enforced for all certificates in the
* chain. However, signatures in the handshake are not covered
* by this setting but by \b mbedtls_ssl_conf_sig_hashes().
*
* \param conf SSL configuration
* \param profile Profile to use
*/