mbedtls_ssl_set_hs_own_cert() is only used within mbedTLS.
 
Symbols
loading...
Files
loading (3/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 on success or MBEDTLS_ERR_SSL_ALLOC_FAILED

Notes

Same as \c mbedtls_ssl_conf_own_cert() but for use within the SNI callback or the certificate selection callback. Passing null \c own_cert clears the certificate list for the current handshake.

References