Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dssl.py623 def hostname_checks_common_name(self): member in SSLContext
627 @hostname_checks_common_name.setter
628 def hostname_checks_common_name(self, value): member in SSLContext
635 def hostname_checks_common_name(self): member in SSLContext
/third_party/python/Lib/test/
Dtest_ssl.py1224 self.assertTrue(ctx.hostname_checks_common_name)
1226 ctx.hostname_checks_common_name = True
1227 self.assertTrue(ctx.hostname_checks_common_name)
1228 ctx.hostname_checks_common_name = False
1229 self.assertFalse(ctx.hostname_checks_common_name)
1230 ctx.hostname_checks_common_name = True
1231 self.assertTrue(ctx.hostname_checks_common_name)
1234 ctx.hostname_checks_common_name = True
3086 assert client_context.hostname_checks_common_name
3087 client_context.hostname_checks_common_name = False
[all …]
/third_party/python/Misc/NEWS.d/
D3.7.0b1.rst674 SSLContext.hostname_checks_common_name.
D3.10.0b1.rst1081 Fix problem with :attr:`~ssl.SSLContext.hostname_checks_common_name`.
D3.8.0b1.rst1638 What's new now mentions SSLContext.hostname_checks_common_name instead of
/third_party/python/Doc/whatsnew/
D3.7.rst1332 :attr:`SSLContext.hostname_checks_common_name <ssl.SSLContext.hostname_checks_common_name>`.
/third_party/python/Doc/library/
Dssl.rst933 common name and :attr:`SSLContext.hostname_checks_common_name` is
2040 .. attribute:: SSLContext.hostname_checks_common_name