Home
last modified time | relevance | path

Searched refs:keyfile (Results 51 - 54 of 54) sorted by relevance

123

/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py150 def _create_server_ssl_context(self, certfile, keyfile=None):
153 sslcontext.load_cert_chain(certfile, keyfile)
/third_party/python/Lib/test/
H A Dtest_ftplib.py987 self.assertRaises(ValueError, ftplib.FTP_TLS, keyfile=CERTFILE,
992 keyfile=CERTFILE, context=ctx)
H A Dtest_imaplib.py1085 keyfile=CERTFILE, ssl_context=self.create_ssl_context())
/third_party/mbedtls/tests/data_files/
H A DMakefile323 $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_config_file) -name test_ca -md sha256 -crldays 3653 -crlexts crl_ext_idp -out $@
325 $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_config_file) -name test_ca -md sha256 -crldays 3653 -crlexts crl_ext_idp_nc -out $@
1739 # $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_server1_config_file) -md sha256 -crldays 365 -revoke server1.crt
1742 $(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_pwd_rsa) -config $(test_ca_server1_config_file) -md sha1 -crldays 3653 -out $@

Completed in 9 milliseconds

123