HomeSort by relevance Sort by last modified time
    Searched full:sslv3 (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
ProtocolVersionTest.java 31 ProtocolVersion.getByName("SSLv3"));
50 assertEquals("SSLv3",
60 assertTrue(ProtocolVersion.isSupported("SSLv3"));
69 assertEquals("SSLv3", ProtocolVersion.getByName("SSLv3").name);
75 "SSLv2", "TLSv1", "SSLv3" });
78 ver = ProtocolVersion.getLatestVersion(new String[] {"SSLv3",
80 assertEquals("Incorrect protocol version", "SSLv3", ver.name);
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 49 echo test sslv3
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
61 echo test sslv2/sslv3
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
90 echo test sslv3 via BIO pai
    [all...]
  /external/openssl/android.testssl/
testssl 49 echo test sslv3
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
61 echo test sslv2/sslv3
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough
90 echo test sslv3 via BIO pai
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_stat.c 145 /* SSLv3 additions */
146 case SSL3_ST_CW_CLNT_HELLO_A: str="SSLv3 write client hello A"; break;
147 case SSL3_ST_CW_CLNT_HELLO_B: str="SSLv3 write client hello B"; break;
148 case SSL3_ST_CR_SRVR_HELLO_A: str="SSLv3 read server hello A"; break;
149 case SSL3_ST_CR_SRVR_HELLO_B: str="SSLv3 read server hello B"; break;
150 case SSL3_ST_CR_CERT_A: str="SSLv3 read server certificate A"; break;
151 case SSL3_ST_CR_CERT_B: str="SSLv3 read server certificate B"; break;
152 case SSL3_ST_CR_KEY_EXCH_A: str="SSLv3 read server key exchange A"; break;
153 case SSL3_ST_CR_KEY_EXCH_B: str="SSLv3 read server key exchange B"; break;
154 case SSL3_ST_CR_CERT_REQ_A: str="SSLv3 read server certificate request A"; break
    [all...]
ssl_err.c     [all...]
s3_cbc.c 101 /* ssl3_cbc_remove_padding removes padding from the decrypted, SSLv3, CBC
124 /* SSLv3 requires that the padding is minimal. */
417 /* ssl3_cbc_digest_record computes the MAC of a decrypted, padded SSLv3/TLS
430 * is_sslv3: non-zero if we are to use SSLv3. Otherwise, TLS.
550 * In SSLv3, the padding must be minimal so the end of the plaintext
565 * (SSLv3) */
596 * SSLv3. */
598 /* For SSLv3, if we're going to have any starting blocks then we need
609 /* Compute the initial HMAC block. For SSLv3, the padding and
643 /* The SSLv3 header is larger than a single block
    [all...]
s23_srvr.c 290 /* SSLv3/TLSv1 */
341 * SSLv3 or tls1 header
439 /* we have SSLv3/TLSv1 in an SSLv2 header
540 /* we need to clean up the SSLv3/TLSv1 setup and put in the
583 /* we have SSLv3/TLSv1 (type 2: SSL2 style, type 3: SSL3/TLS style) */
593 * for SSLv3 */
ssl.h 305 #define SSL_TXT_SSLV3 "SSLv3"
411 /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
441 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
602 /* If set, a server will allow a client to issue a SSLv3.0 version number
753 * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
    [all...]
  /external/openssl/ssl/
ssl_stat.c 145 /* SSLv3 additions */
146 case SSL3_ST_CW_CLNT_HELLO_A: str="SSLv3 write client hello A"; break;
147 case SSL3_ST_CW_CLNT_HELLO_B: str="SSLv3 write client hello B"; break;
148 case SSL3_ST_CR_SRVR_HELLO_A: str="SSLv3 read server hello A"; break;
149 case SSL3_ST_CR_SRVR_HELLO_B: str="SSLv3 read server hello B"; break;
150 case SSL3_ST_CR_CERT_A: str="SSLv3 read server certificate A"; break;
151 case SSL3_ST_CR_CERT_B: str="SSLv3 read server certificate B"; break;
152 case SSL3_ST_CR_KEY_EXCH_A: str="SSLv3 read server key exchange A"; break;
153 case SSL3_ST_CR_KEY_EXCH_B: str="SSLv3 read server key exchange B"; break;
154 case SSL3_ST_CR_CERT_REQ_A: str="SSLv3 read server certificate request A"; break
    [all...]
ssl_err.c     [all...]
s3_cbc.c 101 /* ssl3_cbc_remove_padding removes padding from the decrypted, SSLv3, CBC
124 /* SSLv3 requires that the padding is minimal. */
417 /* ssl3_cbc_digest_record computes the MAC of a decrypted, padded SSLv3/TLS
430 * is_sslv3: non-zero if we are to use SSLv3. Otherwise, TLS.
550 * In SSLv3, the padding must be minimal so the end of the plaintext
565 * (SSLv3) */
596 * SSLv3. */
598 /* For SSLv3, if we're going to have any starting blocks then we need
609 /* Compute the initial HMAC block. For SSLv3, the padding and
643 /* The SSLv3 header is larger than a single block
    [all...]
s23_srvr.c 290 /* SSLv3/TLSv1 */
341 * SSLv3 or tls1 header
439 /* we have SSLv3/TLSv1 in an SSLv2 header
540 /* we need to clean up the SSLv3/TLSv1 setup and put in the
583 /* we have SSLv3/TLSv1 (type 2: SSL2 style, type 3: SSL3/TLS style) */
593 * for SSLv3 */
ssl.h 304 #define SSL_TXT_SSLV3 "SSLv3"
408 /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
438 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
599 /* If set, a server will allow a client to issue a SSLv3.0 version number
747 * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
ProtocolVersion.java 30 "SSLv3" };
59 return SSLv3;
115 public static final ProtocolVersion SSLv3 = new ProtocolVersion("SSLv3",
125 protocolsByName.put(SSLv3.name, SSLv3);
127 protocolsByName.put("SSL", SSLv3);
HandshakeProtocol.java 361 * Computer reference SSLv3 verify_data that is used to verify finished message
362 * @see "SSLv3 spec. 7.6.9. Finished"
371 * Computer SSLv3 verify_data
372 * @see "SSLv3 spec. 7.6.9. Finished"
JSSEProvider.java 111 put("SSLContext.SSLv3", SSLContextImpl.class.getName());
  /external/chromium/net/test/
openssl_helper.cc 57 bool snap_start_recovery = false, sslv3 = false, session_tickets = false; local
75 } else if (strcmp(argv[i], "sslv3") == 0) {
76 // Use SSLv3
77 sslv3 = true;
118 if (sslv3) {
  /external/chromium_org/net/test/
openssl_helper.cc 57 bool snap_start_recovery = false, sslv3 = false, session_tickets = false; local
75 } else if (strcmp(argv[i], "sslv3") == 0) {
76 // Use SSLv3
77 sslv3 = true;
118 if (sslv3) {
  /external/chromium_org/third_party/openssl/openssl/patches/
use_aead_for_aes_gcm.patch 15 @@ -166,6 +166,11 @@ const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT;
24 /* list of available SSLv3 ciphers (sorted by id) */
  /external/chromium/net/base/
ssl_connection_status_flags.h 21 // We fell back to SSLv3 for this connection.
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 157 * Returns the connection's SSL protocol like {@code TLSv1}, {@code SSLv3},
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 75 socket.setEnabledProtocols(new String[]{"SSLv3"});
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 305 #define SSL_TXT_SSLV3 "SSLv3"
411 /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
441 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
602 /* If set, a server will allow a client to issue a SSLv3.0 version number
753 * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
    [all...]
  /external/openssl/include/openssl/
ssl.h 304 #define SSL_TXT_SSLV3 "SSLv3"
408 /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
438 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
599 /* If set, a server will allow a client to issue a SSLv3.0 version number
747 * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 151 hs_protocol.session.protocol = ProtocolVersion.SSLv3;

Completed in 643 milliseconds

1 2 3 4 5