Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c2799 static int tls_mbedtls_match_dn_field(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_dn_field() function
3175 …if (tls_conf->check_cert_subject && !tls_mbedtls_match_dn_field(crt, tls_conf->check_cert_subject)) in tls_mbedtls_verify_cb()