Searched refs:ssl_conf (Results 1 – 1 of 1) sorted by relevance
219 mbedtls_ssl_config *ssl_conf = (mbedtls_ssl_config *)conf; in esp_crt_bundle_attach() local220 mbedtls_ssl_conf_ca_chain(ssl_conf, (mbedtls_x509_crt*)&s_dummy_crt, NULL); in esp_crt_bundle_attach()221 mbedtls_ssl_conf_verify(ssl_conf, esp_crt_verify_callback, NULL); in esp_crt_bundle_attach()