Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c219 mbedtls_ssl_config *ssl_conf = (mbedtls_ssl_config *)conf; in esp_crt_bundle_attach() local
220 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()