HomeSort by relevance Sort by last modified time
    Searched refs:CERTFILE (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 21 CERTFILE = None
45 certfile=CERTFILE)
225 global CERTFILE
226 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir,
228 if not os.path.exists(CERTFILE):
test_ssl.py 26 CERTFILE = None
106 p = ssl._ssl._test_decode_cert(CERTFILE, False)
362 pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE)
439 certfile=self.server.certificate,
548 certfile=self.certificate,
605 def __init__(self, conn, certfile):
608 certfile=certfile,
650 def __init__(self, certfile):
651 self.certfile = certfil
    [all...]
test_poplib.py 228 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert.pem")
234 self.socket = ssl.wrap_socket(self.socket, certfile=CERTFILE,
test_ftplib.py 259 CERTFILE = os.path.join(os.path.dirname(__file__), "keycert.pem")
269 certfile=CERTFILE, server_side=True,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 21 CERTFILE = None
45 certfile=CERTFILE)
225 global CERTFILE
226 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir,
228 if not os.path.exists(CERTFILE):
test_ssl.py 26 CERTFILE = None
106 p = ssl._ssl._test_decode_cert(CERTFILE, False)
362 pem = ssl.get_server_certificate(("svn.python.org", 443), ca_certs=CERTFILE)
439 certfile=self.server.certificate,
548 certfile=self.certificate,
605 def __init__(self, conn, certfile):
608 certfile=certfile,
650 def __init__(self, certfile):
651 self.certfile = certfil
    [all...]
test_poplib.py 228 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert.pem")
234 self.socket = ssl.wrap_socket(self.socket, certfile=CERTFILE,
test_ftplib.py 259 CERTFILE = os.path.join(os.path.dirname(__file__), "keycert.pem")
269 certfile=CERTFILE, server_side=True,

Completed in 405 milliseconds