Searched refs:hostname_checks_common_name (Results 1 – 6 of 6) sorted by relevance
606 def hostname_checks_common_name(self): member in SSLContext610 @hostname_checks_common_name.setter611 def hostname_checks_common_name(self, value): member in SSLContext618 def hostname_checks_common_name(self): member in SSLContext
1180 self.assertTrue(ctx.hostname_checks_common_name)1182 ctx.hostname_checks_common_name = True1183 self.assertTrue(ctx.hostname_checks_common_name)1184 ctx.hostname_checks_common_name = False1185 self.assertFalse(ctx.hostname_checks_common_name)1186 ctx.hostname_checks_common_name = True1187 self.assertTrue(ctx.hostname_checks_common_name)1190 ctx.hostname_checks_common_name = True
674 SSLContext.hostname_checks_common_name.
1638 What's new now mentions SSLContext.hostname_checks_common_name instead of
899 common name and :attr:`SSLContext.hostname_checks_common_name` is2024 .. attribute:: SSLContext.hostname_checks_common_name
1331 :attr:`SSLContext.hostname_checks_common_name <ssl.SSLContext.hostname_checks_common_name>`.