mbedtls_ssl_get_hs_sni() is only used within mbedTLS.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferencesData Use

Return value

const pointer to SNI extension value. - value is valid only when called in \c f_cert_cb registered with \c mbedtls_ssl_conf_cert_cb(). - value is NULL if SNI extension is not present. - value is not '\0'-terminated. Use \c name_len for len. - value must not be freed.

References