Home
last modified time | relevance | path

Searched refs:ClientHello (Results 1 – 24 of 24) sorted by relevance

/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/
DTlsTester.java20 import org.conscrypt.tlswire.handshake.ClientHello;
29 public static ClientHello captureTlsHandshakeClientHello(ExecutorService executor, in captureTlsHandshakeClientHello()
35 public static ClientHello parseClientHello(byte[] data) throws Exception { in parseClientHello()
39 private static ClientHello parseClientHello(TlsRecord record) throws Exception { in parseClientHello()
47 return (ClientHello) handshakeMessage; in parseClientHello()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/
DTlsTester.java21 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
33 public static ClientHello captureTlsHandshakeClientHello(ExecutorService executor, in captureTlsHandshakeClientHello()
39 public static ClientHello parseClientHello(byte[] data) throws Exception { in parseClientHello()
43 private static ClientHello parseClientHello(TlsRecord record) throws Exception { in parseClientHello()
51 return (ClientHello) handshakeMessage; in parseClientHello()
/external/conscrypt/publicapi/src/test/java/android/net/ssl/
DSSLEnginesTest.java26 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
93 ClientHello hello = getClientHello(e); in testUseSessionTickets()
104 private static ClientHello getClientHello(SSLEngine e) throws Exception { in getClientHello()
DSSLSocketsTest.java26 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
101 ClientHello hello = TlsTester.captureTlsHandshakeClientHello(executor, in testUseSessionTickets()
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DHandshakeMessage.java39 result = new ClientHello(); in read()
DClientHello.java32 public class ClientHello extends HandshakeMessage { class
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DHandshakeMessage.java41 result = new ClientHello(); in read()
DClientHello.java34 public class ClientHello extends HandshakeMessage { class
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java66 import org.conscrypt.tlswire.handshake.ClientHello;
731 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_cipherSuites()
762 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_supportedCurves()
788 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_clientProtocolVersion()
800 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_compressionMethods()
964 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion()
DSSLEngineVersionCompatibilityTest.java54 import org.conscrypt.tlswire.handshake.ClientHello;
525 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_SNI()
545 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_ALPN()
DSSLSocketVersionCompatibilityTest.java122 import org.conscrypt.tlswire.handshake.ClientHello;
1729 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_SNI()
1748 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, in test_SSLSocket_ClientHello_ALPN()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java67 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
740 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_cipherSuites()
771 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_supportedCurves()
797 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_clientProtocolVersion()
809 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_compressionMethods()
975 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion()
DSSLEngineVersionCompatibilityTest.java55 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
527 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_SNI()
547 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_ALPN()
DSSLSocketVersionCompatibilityTest.java123 import com.android.org.conscrypt.tlswire.handshake.ClientHello;
1746 ClientHello clientHello = TlsTester in test_SSLSocket_ClientHello_SNI()
1765 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, in test_SSLSocket_ClientHello_ALPN()
/external/scapy/doc/notebooks/tls/
Dnotebook4_tls13.ipynb117 "* ...mais pas le Server Name dans le ClientHello\n",
Dnotebook2_tls_protected.ipynb29 "## (C) ---> (S) ClientHello"
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config290 # implementation may not be compatible with TLS v1.1 message (ClientHello is
297 # with TLS v1.2 message (ClientHello is sent prior to negotiating which version
Ddefconfig318 # implementation may not be compatible with TLS v1.1 message (ClientHello is
325 # with TLS v1.2 message (ClientHello is sent prior to negotiating which version
DChangeLog162 - add signature_algorithms extension into ClientHello
/external/scapy/test/
Dsslv2.uts47 = Reading SSLv2 session - ClientHello
254 = Building SSLv2 packets - ClientHello with automatic length computation
Dtls.uts797 = Reading TLS test session - ClientHello
813 = Reading TLS test session - ClientHello extensions
1028 = Building packets - ClientHello with automatic length computation
/external/boringssl/src/
DPORTING.md134 result in a fatal alert so that ClientHello messages cannot be used to flood
/external/boringssl/src/ssl/
Dssl_test.cc1984 TEST(SSLTest, ClientHello) { in TEST() argument
/external/python/cpython3/Doc/library/
Dssl.rst824 HelloRequest messages, and ignore renegotiation requests via ClientHello.