Home
last modified time | relevance | path

Searched refs:root_certificates (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_server_ssl_cert_config_test.py75 root_certificates=None, argument
81 root_certificates=root_certificates,
146 root_certificates=CA_2_PEM)
175 root_certificates=None, argument
181 root_certificates=root_certificates,
192 root_certificates=CA_1_PEM,
206 root_certificates=CA_2_PEM,
221 root_certificates=CA_1_PEM,
236 root_certificates=CA_1_PEM,
250 root_certificates=CA_1_PEM,
[all …]
D_auth_context_test.py94 root_certificates=_TEST_ROOT_CERTIFICATES)
119 root_certificates=_TEST_ROOT_CERTIFICATES,
125 root_certificates=_TEST_ROOT_CERTIFICATES,
169 root_certificates=_TEST_ROOT_CERTIFICATES)
D_session_cache_test.py85 root_certificates=_TEST_ROOT_CERTIFICATES)
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dclient.py100 root_certificates = resources.test_root_certificates()
102 root_certificates = None # will load default roots.
104 root_certificates=root_certificates)
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py1379 def ssl_channel_credentials(root_certificates=None, argument
1397 _cygrpc.SSLChannelCredentials(root_certificates, private_key,
1467 root_certificates=None, argument
1488 elif require_client_auth and root_certificates is None:
1494 _cygrpc.server_credentials_ssl(root_certificates, [
1501 root_certificates=None): argument
1517 _cygrpc.server_certificate_config_ssl(root_certificates, [
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py94 root_certificates = resources.test_root_certificates()
96 root_certificates = None # will load default roots.
98 channel_credentials = grpc.ssl_channel_credentials(root_certificates)