Home
last modified time | relevance | path

Searched refs:testca (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DUtils.java115 SocketAddress address, boolean tls, boolean testca) { in newOkHttpClientChannel() argument
121 } else if (testca) { in newOkHttpClientChannel()
134 SocketAddress address, boolean tls, boolean testca, int flowControlWindow) in newNettyClientChannel() argument
140 } else if (testca) { in newNettyClientChannel()
198 boolean tls, boolean testca, @Nullable String authorityOverride, in newClientChannel() argument
202 builder = newOkHttpClientChannel(address, tls, testca); in newClientChannel()
205 builder = newNettyClientChannel(transport, address, tls, testca, flowControlWindow); in newClientChannel()
/external/python/cpython3/Lib/test/
Dkeycertecc.pem48 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
49 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
54 URI:http://testca.pythontest.net/testca/revocation.crl
Dkeycert4.pem100 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
101 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
106 URI:http://testca.pythontest.net/testca/revocation.crl
Didnsans.pem100 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
101 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
106 URI:http://testca.pythontest.net/testca/revocation.crl
Dkeycert3.pem100 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
101 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
106 URI:http://testca.pythontest.net/testca/revocation.crl
/external/python/cpython2/Lib/test/
Dkeycert3.pem80 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
81 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
86 URI:http://testca.pythontest.net/testca/revocation.crl
Dkeycert4.pem80 CA Issuers - URI:http://testca.pythontest.net/testca/pycacert.cer
81 OCSP - URI:http://testca.pythontest.net/testca/ocsp/
86 URI:http://testca.pythontest.net/testca/revocation.crl
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java46 boolean testca; field in ClientConfiguration
69 return Utils.newClientChannel(transport, address, tls, testca, authorityOverride, in newChannel()
111 && config.testca && config.address instanceof InetSocketAddress) { in build0()
173 TESTCA("", "Use the provided Test Certificate for TLS.", "" + DEFAULT.testca) {
176 config.testca = parseBoolean(value); in setClientValue()
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dca-openssl.cnf13 commonName_default = testca
/external/grpc-grpc/src/core/tsi/test_creds/
Dca-openssl.cnf13 commonName_default = testca