Searched refs:ex_crt (Results 1 – 1 of 1) sorted by relevance
58 mbedtls_x509_crt *ex_crt; member246 } else if (ca_pm->ex_crt) { in ssl_pm_reload_crt()247 mbedtls_ssl_conf_ca_chain(&ssl_pm->conf, ca_pm->ex_crt, NULL); in ssl_pm_reload_crt()252 } else if (crt_pm->ex_crt && pkey_pm->ex_pkey) { in ssl_pm_reload_crt()253 ret = mbedtls_ssl_conf_own_cert(&ssl_pm->conf, crt_pm->ex_crt, pkey_pm->ex_pkey); in ssl_pm_reload_crt()331 x509_pm->ex_crt = (mbedtls_x509_crt *)mbedtls_ssl_get_peer_cert(&ssl_pm->ssl); in ssl_pm_handshake()369 return x509_pm->ex_crt; in ssl_get_peer_mbedtls_x509_crt()386 x509_pm->ex_crt = NULL; in ssl_pm_shutdown()558 else if (x509_pm->ex_crt) in x509_pm_show_info()559 x509_crt = x509_pm->ex_crt; in x509_pm_show_info()[all …]