Home
last modified time | relevance | path

Searched refs:clientProtocol (Results 1 – 17 of 17) sorted by relevance

/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java166 .clientProtocol(clientVersion) in test_SSLSocket_startHandshake()
224 .clientProtocol(clientVersion) in test_SSLSocket_confirmSessionReuse()
327 .clientProtocol(clientVersion) in test_SSLSocket_startHandshake_noClientCertificate()
351 .clientProtocol(clientVersion) in test_SSLSocket_HandshakeCompletedListener()
464 .clientProtocol(clientVersion) in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
495 .clientProtocol(clientVersion) in test_SSLSocket_getUseClientMode()
542 .clientProtocol(clientVersion) in test_SSLSocket_setUseClientMode()
584 .clientProtocol(clientVersion) in test_SSLSocket_clientAuth()
625 .clientProtocol(clientVersion) in test_SSLSocket_clientAuth_bogusAlias()
724 .clientProtocol(clientVersion) in run_SSLSocket_clientAuth_OpaqueKey()
[all …]
DSSLEngineVersionCompatibilityTest.java187 .clientProtocol(clientVersion) in test_SSLEngine_beginHandshake()
232 .clientProtocol(clientVersion) in test_SSLEngine_beginHandshake_noClientCertificate()
243 .clientProtocol(clientVersion) in test_SSLEngine_clientAuth()
269 .clientProtocol(clientVersion) in test_SSLEngine_clientAuth()
297 .clientProtocol(clientVersion) in test_SSLEngine_clientAuthWantedNoClientCert()
322 .clientProtocol(clientVersion) in test_SSLEngine_clientAuthNeededNoClientCert()
352 .clientProtocol(clientVersion) in test_SSLEngine_endpointVerification_Success()
373 .clientProtocol(clientVersion) in test_TestSSLEnginePair_create()
388 .clientProtocol(clientVersion) in test_SSLEngine_Multiple_Thread_Success()
433 .clientProtocol(clientVersion) in test_SSLEngine_CloseOutbound()
[all …]
DSSLSessionTest.java115 .clientProtocol("TLSv1.2").serverProtocol("TLSv1.2").build()); in test_SSLSession_getId_TLS12()
133 .clientProtocol("TLSv1.3").serverProtocol("TLSv1.3").build()); in test_SSLSession_getId_TLS13()
DSSLSessionContextTest.java64 .clientProtocol(protocol).serverProtocol(protocol).build(); in newTestContext()
DSSLEngineTest.java149 .clientProtocol("TLSv1.2") in test_SSLEngine_getSupportedCipherSuites_connect()
DSSLSocketTest.java160 .clientProtocol("TLSv1.2") in test_SSLSocket_getSupportedCipherSuites_connect()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java168 .clientProtocol(clientVersion) in test_SSLSocket_startHandshake()
226 .clientProtocol(clientVersion) in test_SSLSocket_confirmSessionReuse()
329 .clientProtocol(clientVersion) in test_SSLSocket_startHandshake_noClientCertificate()
353 .clientProtocol(clientVersion) in test_SSLSocket_HandshakeCompletedListener()
466 .clientProtocol(clientVersion) in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
497 .clientProtocol(clientVersion) in test_SSLSocket_getUseClientMode()
544 .clientProtocol(clientVersion) in test_SSLSocket_setUseClientMode()
586 .clientProtocol(clientVersion) in test_SSLSocket_clientAuth()
627 .clientProtocol(clientVersion) in test_SSLSocket_clientAuth_bogusAlias()
726 .clientProtocol(clientVersion) in run_SSLSocket_clientAuth_OpaqueKey()
[all …]
DSSLEngineVersionCompatibilityTest.java189 .clientProtocol(clientVersion) in test_SSLEngine_beginHandshake()
234 .clientProtocol(clientVersion) in test_SSLEngine_beginHandshake_noClientCertificate()
245 .clientProtocol(clientVersion) in test_SSLEngine_clientAuth()
271 .clientProtocol(clientVersion) in test_SSLEngine_clientAuth()
299 .clientProtocol(clientVersion) in test_SSLEngine_clientAuthWantedNoClientCert()
324 .clientProtocol(clientVersion) in test_SSLEngine_clientAuthNeededNoClientCert()
354 .clientProtocol(clientVersion) in test_SSLEngine_endpointVerification_Success()
375 .clientProtocol(clientVersion) in test_TestSSLEnginePair_create()
390 .clientProtocol(clientVersion) in test_SSLEngine_Multiple_Thread_Success()
435 .clientProtocol(clientVersion) in test_SSLEngine_CloseOutbound()
[all …]
DSSLSessionTest.java119 .clientProtocol("TLSv1.2").serverProtocol("TLSv1.2").build()); in test_SSLSession_getId_TLS12()
137 .clientProtocol("TLSv1.3").serverProtocol("TLSv1.3").build()); in test_SSLSession_getId_TLS13()
DSSLSessionContextTest.java68 .clientProtocol(protocol).serverProtocol(protocol).build(); in newTestContext()
DSSLEngineTest.java153 .clientProtocol("TLSv1.2") in test_SSLEngine_getSupportedCipherSuites_connect()
DSSLSocketTest.java164 .clientProtocol("TLSv1.2") in test_SSLSocket_getSupportedCipherSuites_connect()
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLContext.java213 private String clientProtocol = "TLS"; field in TestSSLContext.Builder
273 public Builder clientProtocol(String clientProtocol) { in clientProtocol() argument
274 this.clientProtocol = clientProtocol; in clientProtocol()
322 : createSSLContext(clientProtocol, clientKeyManagers, in build()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestSSLContext.java218 private String clientProtocol = "TLS"; field in TestSSLContext.Builder
278 public Builder clientProtocol(String clientProtocol) { in clientProtocol() method in TestSSLContext.Builder
279 this.clientProtocol = clientProtocol; in clientProtocol()
327 : createSSLContext(clientProtocol, clientKeyManagers, in build()
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go276 clientProtocol, ok := wireToVersion(c.clientVersion, c.isDTLS)
279 if ok && clientProtocol < VersionTLS12 && len(hs.clientHello.signatureAlgorithms) > 0 {
284 if ok && clientProtocol < VersionTLS12 {
730 c.clientProtocol == string(hs.sessionState.earlyALPN) &&
1403 c.clientProtocol = *proto
1407 c.clientProtocol = selectedProto
1414 if proto == c.clientProtocol {
1423 if settings, ok := c.config.ApplicationSettings[c.clientProtocol]; ok && alpsAllowed {
1956 c.clientProtocol = nextProto.proto
Dconn.go75 clientProtocol string member
1635 earlyALPN: c.clientProtocol,
1883 state.NegotiatedProtocol = c.clientProtocol
2035 earlyALPN: []byte(c.clientProtocol),
Dhandshake_client.go1669 c.clientProtocol = serverExtensions.alpnProtocol
1947 c.clientProtocol = proto