Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py511 def hostname_checks_common_name(self): member in SSLContext
515 @hostname_checks_common_name.setter
516 def hostname_checks_common_name(self, value): member in SSLContext
523 def hostname_checks_common_name(self): member in SSLContext
/external/python/cpython3/Lib/test/
Dtest_ssl.py1108 self.assertTrue(ctx.hostname_checks_common_name)
1110 ctx.hostname_checks_common_name = True
1111 self.assertTrue(ctx.hostname_checks_common_name)
1112 ctx.hostname_checks_common_name = False
1113 self.assertFalse(ctx.hostname_checks_common_name)
1114 ctx.hostname_checks_common_name = True
1115 self.assertTrue(ctx.hostname_checks_common_name)
1118 ctx.hostname_checks_common_name = True
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst676 SSLContext.hostname_checks_common_name.
/external/python/cpython3/Doc/library/
Dssl.rst891 common name and :attr:`SSLContext.hostname_checks_common_name` is
1983 .. attribute:: SSLContext.hostname_checks_common_name