Searched refs:hostname_checks_common_name (Results 1 – 4 of 4) sorted by relevance
511 def hostname_checks_common_name(self): member in SSLContext515 @hostname_checks_common_name.setter516 def hostname_checks_common_name(self, value): member in SSLContext523 def hostname_checks_common_name(self): member in SSLContext
1108 self.assertTrue(ctx.hostname_checks_common_name)1110 ctx.hostname_checks_common_name = True1111 self.assertTrue(ctx.hostname_checks_common_name)1112 ctx.hostname_checks_common_name = False1113 self.assertFalse(ctx.hostname_checks_common_name)1114 ctx.hostname_checks_common_name = True1115 self.assertTrue(ctx.hostname_checks_common_name)1118 ctx.hostname_checks_common_name = True
676 SSLContext.hostname_checks_common_name.
891 common name and :attr:`SSLContext.hostname_checks_common_name` is1983 .. attribute:: SSLContext.hostname_checks_common_name