Searched refs:CERTFILE (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/ |
D | ssl_servers.py | 17 CERTFILE = os.path.join(here, 'keycert.pem') variable 150 def make_https_server(case, *, context=None, certfile=CERTFILE, 198 context.load_cert_chain(CERTFILE)
|
D | test_poplib.py | 33 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem") variable 164 context.load_cert_chain(CERTFILE) 427 self.server.port, keyfile=CERTFILE, context=ctx) 429 self.server.port, certfile=CERTFILE, context=ctx) 431 self.server.port, keyfile=CERTFILE, 432 certfile=CERTFILE, context=ctx)
|
D | test_ssl.py | 71 CERTFILE = data_file("keycert.pem") variable 72 BYTES_CERTFILE = os.fsencode(CERTFILE) 410 ssl._ssl._test_decode_cert(CERTFILE), 643 ssl.wrap_socket, sock, keyfile=CERTFILE) 650 with ssl.wrap_socket(sock, server_side=True, certfile=CERTFILE) as s: 660 certfile=CERTFILE, keyfile=NONEXISTINGCERT) 915 with test_wrap_socket(s, server_side=True, certfile=CERTFILE) as ss: 933 env["SSL_CERT_FILE"] = CERTFILE 935 self.assertEqual(paths.cafile, CERTFILE) 1357 ctx.load_cert_chain(CERTFILE, keyfile=None) [all …]
|
D | test_imaplib.py | 26 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "keycert3.pem") variable 100 context.load_cert_chain(CERTFILE) 582 self.imap_class('localhost', 143, certfile=CERTFILE) 1046 ssl_context.load_cert_chain(CERTFILE) 1075 certfile=CERTFILE, ssl_context=self.create_ssl_context()) 1081 keyfile=CERTFILE, ssl_context=self.create_ssl_context())
|
D | test_ftplib.py | 323 CERTFILE = os.path.join(os.path.dirname(__file__), "keycert3.pem") variable 334 context.load_cert_chain(CERTFILE) 980 self.assertRaises(ValueError, ftplib.FTP_TLS, keyfile=CERTFILE, 982 self.assertRaises(ValueError, ftplib.FTP_TLS, certfile=CERTFILE, 984 self.assertRaises(ValueError, ftplib.FTP_TLS, certfile=CERTFILE, 985 keyfile=CERTFILE, context=ctx)
|
/third_party/fsverity-utils/man/ |
D | fsverity.1.md | 173 **\-\-cert**=*CERTFILE*
|