Searched refs:tls_mbedtls_match_dn_field (Results 1 – 1 of 1) sorted by relevance
2799 static int tls_mbedtls_match_dn_field(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_dn_field() function3175 …if (tls_conf->check_cert_subject && !tls_mbedtls_match_dn_field(crt, tls_conf->check_cert_subject)) in tls_mbedtls_verify_cb()