HomeSort by relevance Sort by last modified time
    Searched refs:check_hostname (Results 1 - 15 of 15) sorted by null

  /external/python/cpython3/Lib/http/
client.py     [all...]
  /external/python/cpython2/Lib/
ssl.py 436 context.check_hostname = True
459 check_hostname=False, purpose=Purpose.SERVER_AUTH,
481 context.check_hostname = check_hostname
581 if self._context.check_hostname and not server_hostname:
582 raise ValueError("check_hostname requires server_hostname")
844 if self.context.check_hostname:
846 raise ValueError("check_hostname needs server_hostname "
    [all...]
  /external/python/cpython3/Lib/
ssl.py 501 context.check_hostname = True
515 check_hostname=False, purpose=Purpose.SERVER_AUTH,
535 context.check_hostname = check_hostname
684 if self.context.check_hostname:
686 raise ValueError("check_hostname needs server_hostname "
763 if self._context.check_hostname and not server_hostname:
764 raise ValueError("check_hostname requires server_hostname")
    [all...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]
test_httplib.py     [all...]
test_ftplib.py 735 ctx.check_hostname = True
  /external/python/cpython3/Lib/test/
test_ssl.py     [all...]
test_httplib.py     [all...]
test_imaplib.py 486 ssl_context.check_hostname = True
499 ssl_context.check_hostname = True
    [all...]
test_poplib.py 356 ctx.check_hostname = True
test_ftplib.py     [all...]
  /external/python/cpython2/Modules/
_ssl.c 294 int check_hostname; member in struct:__anon32741
2520 int check_hostname; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 293 int check_hostname; member in struct:__anon33361
3114 int check_hostname; local
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py 829 if hasattr(server_context, 'check_hostname'):
830 server_context.check_hostname = False
834 if hasattr(server_context, 'check_hostname'):
835 client_context.check_hostname = False
    [all...]
  /external/python/cpython3/Lib/asyncio/
sslproto.py 26 sslcontext.check_hostname = False
581 if not hasattr(self._sslcontext, 'check_hostname'):
582 # Verify hostname if requested, Python 3.4+ uses check_hostname

Completed in 381 milliseconds