HomeSort by relevance Sort by last modified time
    Searched full:tlsv1 (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/tlsdate/man/
tlsdate.1 8 .B tlsdate [\-hnvVstlw] [\-H [hostname]] [\-p [port]] [\-P [sslv23|sslv3|tlsv1]] \
33 .IP "\-P | \-\-protocol [sslv23|sslv3|tlsv1]"
34 Set protocol to use when communicating with server (default: 'tlsv1')
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java 63 context = SSLContext.getInstance("TLSv1");
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_CIPHER_LIST.3 38 \'SHA1+DES\', 'TLSv1' and 'DEFAULT'. The default list is normally set when you
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 261 new String[] { "TLSv1" });
267 "Default_SSL_Parameters_For_Test2" }, new String[] { "TLSv1", "SSLv3" });
  /external/curl/src/
tool_help.c 227 " -1, --tlsv1 Use => TLSv1 (SSL)",
228 " --tlsv1.0 Use TLSv1.0 (SSL)",
229 " --tlsv1.1 Use TLSv1.1 (SSL)",
230 " --tlsv1.2 Use TLSv1.2 (SSL)",
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 87 csocket.setEnabledProtocols(new String[] { "TLSv1" });
125 csocket.setEnabledProtocols(new String[] { "TLSv1" });
141 String[] protocols = { "SSLv3", "TLSv1" };
HandshakeProtocolTest.java 106 hs_protocol.session.protocol = ProtocolVersion.TLSv1;
  /external/curl/docs/
FEATURES 75 - force usage of a specific SSL version (SSLv2 (*7), SSLv3 (*10) or TLSv1)
196 example, only supports SSLv3 and TLSv1
  /frameworks/base/docs/html/about/versions/
android-5.0-changes.jd 479 <li>TLSv1.2 and TLSv1.1 protocols are now enabled,</li>
502 more modern cipher suites and protocols. Ideally, TLSv1.2 and AES-GCM should
525 Server is intolerant to TLSv1.1, TLSv1.2 or new TLS extensions
532 protocols or negotiate TLSv1 or older protocols and ignore TLS extensions it
533 does not understand. In some cases disabling TLSv1.1 and TLSv1.2 on the
  /external/boringssl/src/ssl/
ssl_test.cc 201 // TLSv1.2 matches everything added in TLS 1.2.
202 static const char kRule11[] = "AES128-SHA:AES128-SHA256:!TLSv1.2";
210 static const char kRule12[] = "AES128-SHA:AES128-SHA256:!TLSv1.2+SSLv3";
288 "TLSv1",
289 "TLSv1.2",
    [all...]
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLContext.java 66 * <td>TLSv1</td>
70 * <td>TLSv1.1</td>
74 * <td>TLSv1.2</td>
SSLSocket.java 164 * <td>TLSv1</td>
169 * <td>TLSv1.1</td>
174 * <td>TLSv1.2</td>
197 * <td>TLSv1</td>
202 * <td>TLSv1.1</td>
207 * <td>TLSv1.2</td>
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 537 assertEquals("TLSv1.2", request.getSslProtocol());
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLProvider.java 62 put("SSLContext.TLSv1", classOpenSSLContextImpl + "$TLSv1");
63 put("SSLContext.TLSv1.1", classOpenSSLContextImpl + "$TLSv11");
64 put("SSLContext.TLSv1.2", tls12SSLContext);
NativeCrypto.java 586 private static final String SUPPORTED_PROTOCOL_TLSV1 = "TLSv1";
587 private static final String SUPPORTED_PROTOCOL_TLSV1_1 = "TLSv1.1";
588 private static final String SUPPORTED_PROTOCOL_TLSV1_2 = "TLSv1.2";
    [all...]
  /external/curl/lib/vtls/
gskit.c 373 /* Try to set-up TLSv1.1 and TLSv2.1 ciphers. */
380 failf(data, "TLSv1.1-only ciphers are not yet supported");
391 failf(data, "TLSv1.2-only ciphers are not yet supported");
397 /* Try to set-up TLSv1.0 ciphers. If not successful, concatenate them to
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 81 //create ssl context. TLSv1 used
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 186 * Returns the SSL connection's protocol like {@code TLSv1}, {@code SSLv3},
  /external/tlsdate/
Makefile.am 129 ./src/tlsdate-helper google.com 443 tlsv1 racket verbose ca-roots/tlsdate-ca-roots.conf dont-set-clock showtime no-fun holdfast none
  /external/tlsdate/src/
tlsdate.h 30 #define DEFAULT_PROTOCOL "tlsv1"
tlsdate.c 91 " [-P|--protocol] [sslv23|sslv3|tlsv1]\n"
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java     [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLContext1Test.java 88 new String[] { "TLSv1", "SSLv3" });
92 new String[] { "TLSv1", "SSLv3" });
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 2 * WPA Supplicant / Crypto wrapper for LibTomCrypt (for internal TLSv1)
680 wpa_printf(MSG_ERROR, "TLSv1: Failed to register "
  /external/okhttp/
CHANGELOG.md 260 * **TLS configuration updated.** OkHttp now explicitly enables TLSv1.2,
261 TLSv1.1 and TLSv1.0 where they are supported. It will continue to perform

Completed in 780 milliseconds

12 3 4 5