Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_set_hostname (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h4097 int mbedtls_ssl_set_hostname(mbedtls_ssl_context *ssl, const char *hostname);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog116 * In TLS clients, if mbedtls_ssl_set_hostname() has not been called,
122 call mbedtls_ssl_set_hostname() with NULL as the hostname, or
142 * Note that TLS clients should generally call mbedtls_ssl_set_hostname()
147 if mbedtls_ssl_set_hostname() has not been called.
4095 * Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times.
4665 * Added checking of hostname length in mbedtls_ssl_set_hostname() to ensure
4799 using mbedtls_ssl_set_hostname().
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c2818 int mbedtls_ssl_set_hostname(mbedtls_ssl_context *ssl, const char *hostname) in mbedtls_ssl_set_hostname() function