Home | History | Annotate | Download | only in test

Lines Matching defs:ssl

14     import ssl
16 ssl = None
296 @unittest.skipUnless(ssl, 'requires SSL support')
1407 @unittest.skipUnless(ssl, 'requires SSL support')
1420 if ssl is not None:
1503 """Bypass encryption and actual SSL module"""
1507 @unittest.skipUnless(ssl, 'requires SSL support')
1547 context = ssl.SSLContext()
1559 @unittest.skipUnless(ssl, 'requires SSL support')
1568 # Check that the new socket really is an SSL one
1569 self.assertIsInstance(self.nntp.sock, ssl.SSLSocket)