Searched refs:_dnsname_match (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/setuptools/ |
D | ssl_support.py | 59 def _dnsname_match(dn, hostname, max_wildcards=1): function 125 if _dnsname_match(value, hostname): 136 if _dnsname_match(value, hostname):
|
/external/python/cpython2/Lib/ |
D | ssl.py | 204 def _dnsname_match(dn, hostname, max_wildcards=1): function 271 if _dnsname_match(value, hostname): 282 if _dnsname_match(value, hostname):
|
/external/python/cpython3/Lib/ |
D | ssl.py | 191 def _dnsname_match(dn, hostname): function 302 if host_ip is None and _dnsname_match(value, hostname): 317 if _dnsname_match(value, hostname):
|