/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/ |
D | TlsTester.java | 20 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/ |
D | TlsTester.java | 21 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/ |
D | SSLEnginesTest.java | 26 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()
|
D | SSLSocketsTest.java | 26 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/ |
D | HandshakeMessage.java | 39 result = new ClientHello(); in read()
|
D | ClientHello.java | 32 public class ClientHello extends HandshakeMessage { class
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
D | HandshakeMessage.java | 41 result = new ClientHello(); in read()
|
D | ClientHello.java | 34 public class ClientHello extends HandshakeMessage { class
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSocketTest.java | 66 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()
|
D | SSLEngineVersionCompatibilityTest.java | 54 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()
|
D | SSLSocketVersionCompatibilityTest.java | 122 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/ |
D | SSLSocketTest.java | 67 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()
|
D | SSLEngineVersionCompatibilityTest.java | 55 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()
|
D | SSLSocketVersionCompatibilityTest.java | 123 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/ |
D | notebook4_tls13.ipynb | 117 "* ...mais pas le Server Name dans le ClientHello\n",
|
D | notebook2_tls_protected.ipynb | 29 "## (C) ---> (S) ClientHello"
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 290 # 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
|
D | defconfig | 318 # 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
|
D | ChangeLog | 162 - add signature_algorithms extension into ClientHello
|
/external/scapy/test/ |
D | sslv2.uts | 47 = Reading SSLv2 session - ClientHello 254 = Building SSLv2 packets - ClientHello with automatic length computation
|
D | tls.uts | 797 = Reading TLS test session - ClientHello 813 = Reading TLS test session - ClientHello extensions 1028 = Building packets - ClientHello with automatic length computation
|
/external/boringssl/src/ |
D | PORTING.md | 134 result in a fatal alert so that ClientHello messages cannot be used to flood
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 1984 TEST(SSLTest, ClientHello) { in TEST() argument
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 824 HelloRequest messages, and ignore renegotiation requests via ClientHello.
|