Searched refs:ClientAuth (Results 1 – 4 of 4) sorted by relevance
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | OpenSSLEngineImplTest.java | 69 private enum ClientAuth { enum in OpenSSLEngineImplTest 111 doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithSameCertsShouldSucceed() 116 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithDifferentCertsShouldSucceed() 121 … doMutualAuthHandshake(TestKeyStore.getClientCA2(), TestKeyStore.getServer(), ClientAuth.NONE); in mutualAuthWithUntrustedServerShouldFail() 126 doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.NONE); in mutualAuthWithUntrustedClientShouldFail() 131 … doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getServer(), ClientAuth.OPTIONAL); in optionalClientAuthShouldSucceed() 136 … doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.OPTIONAL); in optionalClientAuthShouldFail() 141 … doMutualAuthHandshake(TestKeyStore.getServer(), TestKeyStore.getServer(), ClientAuth.REQUIRED); in requiredClientAuthShouldSucceed() 146 … doMutualAuthHandshake(TestKeyStore.getClient(), TestKeyStore.getClient(), ClientAuth.REQUIRED); in requiredClientAuthShouldFail() 253 …private void doMutualAuthHandshake(TestKeyStore clientKs, TestKeyStore serverKs, ClientAuth client… in doMutualAuthHandshake()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1196 ClientAuth: RequestClientCert, 1756 ClientAuth: RequestClientCert, 1778 ClientAuth: RequestClientCert, 3000 ClientAuth: RequireAnyClientCert, 3035 ClientAuth: RequireAnyClientCert, 3050 ClientAuth: RequireAnyClientCert, 3148 ClientAuth: RequireAnyClientCert, 3167 ClientAuth: RequireAnyClientCert, 3184 ClientAuth: RequireAnyClientCert, 3607 ClientAuth: RequestClientCert, [all …]
|
D | handshake_server.go | 778 if config.ClientAuth >= RequestClientCert { 914 if config.ClientAuth >= RequestClientCert { 929 switch config.ClientAuth { 1333 …needClientCerts := c.config.ClientAuth == RequireAnyClientCert || c.config.ClientAuth == RequireAn… 1337 if sessionHasClientCerts && c.config.ClientAuth == NoClientCert { 1462 if config.ClientAuth >= RequestClientCert { 1510 if config.ClientAuth >= RequestClientCert { 1537 switch config.ClientAuth { 1828 if c.config.ClientAuth >= VerifyClientCertIfGiven && len(certs) > 0 {
|
D | common.go | 328 ClientAuth ClientAuthType member
|