HomeSort by relevance Sort by last modified time
    Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 - 10 of 10) sorted by null

  /external/openssl/ssl/
s23_clnt.c 300 mask = SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1
316 mask &= ~SSL_OP_NO_TLSv1_1;
317 if ((options & SSL_OP_NO_TLSv1_1) && (options & mask) != mask)
701 !(s->options & SSL_OP_NO_TLSv1_1))
s23_srvr.c 300 !(s->options & SSL_OP_NO_TLSv1_1))
380 !(s->options & SSL_OP_NO_TLSv1_1))
ssl.h 609 #define SSL_OP_NO_TLSv1_1 0x10000000L
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 706 public static final long SSL_OP_NO_TLSv1_1 = 0x10000000L;
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 450 #ifdef SSL_OP_NO_TLSv1_1
451 options.ConfigureFlag(SSL_OP_NO_TLSv1_1, true);
    [all...]
  /external/openssl/apps/
s_client.c 868 off|=SSL_OP_NO_TLSv1_1;
    [all...]
s_server.c     [all...]
  /external/openssl/include/openssl/
ssl.h 609 #define SSL_OP_NO_TLSv1_1 0x10000000L
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 958 options |= SSL_OP_NO_TLSv1_1;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 307 assertTrue((NativeCrypto.SSL_get_options(s) & NativeCrypto.SSL_OP_NO_TLSv1_1) == 0);
    [all...]

Completed in 158 milliseconds