Ejemplo n.º 1
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
Ejemplo n.º 2
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
Ejemplo n.º 3
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None
Ejemplo n.º 4
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
Ejemplo n.º 5
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
Ejemplo n.º 6
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None