Searched refs:testca (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/ |
D | Utils.java | 115 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/ |
D | keycertecc.pem | 48 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
|
D | keycert4.pem | 100 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
|
D | idnsans.pem | 100 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
|
D | keycert3.pem | 100 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/ |
D | keycert3.pem | 80 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
|
D | keycert4.pem | 80 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/ |
D | ClientConfiguration.java | 46 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/ |
D | ca-openssl.cnf | 13 commonName_default = testca
|
/external/grpc-grpc/src/core/tsi/test_creds/ |
D | ca-openssl.cnf | 13 commonName_default = testca
|