mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:25:46 +01:00
Fix mbedtls_ssl_set_hostname documentation
This commit is contained in:
parent
dd9895d810
commit
efc665f80f
@ -1781,10 +1781,11 @@ void mbedtls_ssl_conf_sig_hashes( mbedtls_ssl_config *conf,
|
|||||||
|
|
||||||
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
#if defined(MBEDTLS_X509_CRT_PARSE_C)
|
||||||
/**
|
/**
|
||||||
* \brief Set hostname for ServerName TLS extension
|
* \brief Set the hostname to check against the received server
|
||||||
|
* certificate. It sets the ServerName TLS extension too,
|
||||||
|
* if the extension is enabled.
|
||||||
* (client-side only)
|
* (client-side only)
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* \param ssl SSL context
|
* \param ssl SSL context
|
||||||
* \param hostname the server hostname
|
* \param hostname the server hostname
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user