Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c235 mbedtls_x509_crt ca_chain; member
480 mbedtls_x509_crt_init(&tls->ca_chain); in tls_alloc()
540 mbedtls_x509_crt_free(&tls->ca_chain); in tls_release()
967 err = mbedtls_x509_crt_parse(&tls->ca_chain, ca_cert->buf, in tls_add_ca_certificate()
970 err = mbedtls_x509_crt_parse_der_nocopy(&tls->ca_chain, in tls_add_ca_certificate()
989 mbedtls_ssl_conf_ca_chain(&tls->config, &tls->ca_chain, NULL); in tls_set_ca_chain()