Home
last modified time | relevance | path

Searched refs:ClientAuth (Results 1 – 15 of 15) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptEngineTest.java94 private enum ClientAuth { enum in ConscryptEngineTest
188 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithSameCertsShouldSucceed()
193 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed()
199 TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithUntrustedServerShouldFail()
204 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail()
210 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed()
216 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail()
222 TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.REQUIRED); in requiredClientAuthShouldSucceed()
228 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail()
379 TestKeyStore clientKs, TestKeyStore serverKs, ClientAuth clientAuth) throws Exception { in doMutualAuthHandshake()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptEngineTest.java101 private enum ClientAuth { enum in ConscryptEngineTest
195 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithSameCertsShouldSucceed()
200 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed()
206 TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithUntrustedServerShouldFail()
211 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail()
217 TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed()
223 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail()
229 TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.REQUIRED); in requiredClientAuthShouldSucceed()
235 TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail()
386 TestKeyStore clientKs, TestKeyStore serverKs, ClientAuth clientAuth) throws Exception { in doMutualAuthHandshake()
/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials_util_pre_go17.go45 ClientAuth: cfg.ClientAuth,
Dcredentials_util_go17.go46 ClientAuth: cfg.ClientAuth,
/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17_not18.go22 ClientAuth: c.ClientAuth,
Dnot_go17.go69 ClientAuth: c.ClientAuth,
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DHttp2NettyTest.java28 import io.netty.handler.ssl.ClientAuth;
52 .clientAuth(ClientAuth.REQUIRE) in getServerBuilder()
DConcurrencyTest.java33 import io.netty.handler.ssl.ClientAuth;
199 .clientAuth(ClientAuth.REQUIRE) in newServer()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/helloworldtls/
DHelloWorldServerTls.java26 import io.netty.handler.ssl.ClientAuth;
66 sslClientContextBuilder.clientAuth(ClientAuth.REQUIRE); in getSslContextBuilder()
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go850 if config.ClientAuth >= RequestClientCert {
1051 if config.ClientAuth >= RequestClientCert {
1066 switch config.ClientAuth {
1523 …needClientCerts := c.config.ClientAuth == RequireAnyClientCert || c.config.ClientAuth == RequireAn…
1527 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert {
1662 if config.ClientAuth >= RequestClientCert {
1711 if config.ClientAuth >= RequestClientCert {
1738 switch config.ClientAuth {
2030 if c.config.ClientAuth >= VerifyClientCertIfGiven && len(certs) > 0 {
Drunner.go1692 ClientAuth: RequestClientCert,
2293 ClientAuth: RequestClientCert,
2315 ClientAuth: RequestClientCert,
3913 ClientAuth: RequireAnyClientCert,
3947 ClientAuth: RequireAnyClientCert,
3961 ClientAuth: RequireAnyClientCert,
4088 ClientAuth: RequireAnyClientCert,
4107 ClientAuth: RequireAnyClientCert,
4124 ClientAuth: RequireAnyClientCert,
4628 ClientAuth: RequestClientCert,
[all …]
Dcommon.go376 ClientAuth ClientAuthType member
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java34 import io.netty.handler.ssl.ClientAuth;
328 .clientAuth(ClientAuth.REQUIRE); in serverBuilder()
DNettyClientTransportTest.java71 import io.netty.handler.ssl.ClientAuth;
283 .clientAuth(ClientAuth.REQUIRE) in tlsNegotiationFailurePropagatesToStatus()
/external/grpc-grpc-java/
DSECURITY.md293 .clientAuth(ClientAuth.REQUIRE)