Searched refs:ClientAuth (Results 1 – 16 of 16) sorted by relevance
101 private enum ClientAuth { enum in ConscryptEngineTest195 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()
94 private enum ClientAuth { enum in ConscryptEngineTest188 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()
45 ClientAuth: cfg.ClientAuth,
46 ClientAuth: cfg.ClientAuth,
22 ClientAuth: c.ClientAuth,
69 ClientAuth: c.ClientAuth,
28 import io.netty.handler.ssl.ClientAuth;52 .clientAuth(ClientAuth.REQUIRE) in getServerBuilder()
33 import io.netty.handler.ssl.ClientAuth;199 .clientAuth(ClientAuth.REQUIRE) in newServer()
26 import io.netty.handler.ssl.ClientAuth;66 sslClientContextBuilder.clientAuth(ClientAuth.REQUIRE); in getSslContextBuilder()
850 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 {
1692 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 …]
376 ClientAuth ClientAuthType member
34 import io.netty.handler.ssl.ClientAuth;328 .clientAuth(ClientAuth.REQUIRE); in serverBuilder()
71 import io.netty.handler.ssl.ClientAuth;283 .clientAuth(ClientAuth.REQUIRE) in tlsNegotiationFailurePropagatesToStatus()
293 .clientAuth(ClientAuth.REQUIRE)
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...