Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_utl.c691 int allow_idna = 0; in wildcard_match() local
708 allow_idna = 1; in wildcard_match()
713 if (!allow_idna && subject_len >= 4 && HAS_CASE_PREFIX((const char *)subject, "xn--")) in wildcard_match()