| /external/openssl/ssl/ |
| ssl_txt.c | 117 s="SSLv3";
|
| ssl_locl.h | 274 #define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */ 447 /* Mostly for SSLv3 */ 565 /* This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff [all...] |
| s3_enc.c | 753 * With SHA-1 (the largest hash speced for SSLv3) the hash size 774 1 /* is SSLv3 */);
|
| s3_lib.c | 165 const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT; 169 /* list of available SSLv3 ciphers (sorted by id) */ [all...] |
| ssl_ciph.c | 789 * method selected (SSLv2 and/or SSLv3, TLSv1 etc). [all...] |
| /libcore/crypto/src/main/java/org/conscrypt/ |
| ConnectionStateSSLv3.java | 48 // (more on SSLv3 MAC computation and payload protection see
|
| OpenSSLProvider.java | 47 put("SSLContext.SSLv3", classOpenSSLContextImpl);
|
| /libcore/luni/src/main/java/javax/net/ssl/ |
| HttpsURLConnection.java | 104 * connection will be retried with SSLv3 only.
|
| /external/chromium_org/net/third_party/nss/ssl/ |
| sslsecur.c | 246 ** For SSLv3, flushes SID cache entry (if requested), 339 ** For SSLv3, returns when handshake is complete, or application data has 514 ** For SSLv3, the call to ssl3_GatherAppDataRecord may encounter handshake [all...] |
| ssl3gthr.c | 321 /* bring in the next sslv3 record. */
|
| /external/chromium_org/third_party/openssl/openssl/ssl/ |
| ssl_locl.h | 274 #define MAX_MAC_SIZE 20 /* up from 16 for SSLv3 */ 447 /* Mostly for SSLv3 */ 567 /* This is for the SSLv3/TLSv1.0 differences in crypto/hash stuff [all...] |
| s3_enc.c | 753 * With SHA-1 (the largest hash speced for SSLv3) the hash size 774 1 /* is SSLv3 */);
|
| s3_lib.c | 165 const char ssl3_version_str[]="SSLv3" OPENSSL_VERSION_PTEXT; 169 /* list of available SSLv3 ciphers (sorted by id) */ [all...] |
| ssl_ciph.c | 789 * method selected (SSLv2 and/or SSLv3, TLSv1 etc). [all...] |
| s3_srvr.c | 942 * If we are TLSv1 and we get SSLv3, we will respond with TLSv1, 944 * If we are SSLv3, we will respond with SSLv3, even if prompted with [all...] |
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| s_time.c | 190 printf("-ssl3 - Just use SSLv3\n");
|
| /external/nist-sip/java/gov/nist/javax/sip/ |
| SipStackImpl.java | 401 * The default is "SSLv3, SSLv2Hello, TLSv1". 402 * Some servers do not support SSLv2Hello, so override to "SSLv3, TLSv1". 482 "SSLv3", [all...] |
| /external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
| Platform.java | 93 socket.setEnabledProtocols(new String[] {"SSLv3"});
|
| /external/openssl/apps/ |
| s_time.c | 190 printf("-ssl3 - Just use SSLv3\n");
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| ssl.py | 80 PROTOCOL_SSLv3: "SSLv3",
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| ssl.py | 80 PROTOCOL_SSLv3: "SSLv3",
|
| /external/chromium_org/net/http/ |
| http_stream_factory_impl_job.cc | [all...] |
| transport_security_state_static.json | 30 // because of SSLv3 fallback, then the entry is still in force and a 32 // an unfortunate result of SSLv3 fallback. [all...] |
| /external/chromium/net/http/ |
| http_stream_factory_impl_job.cc | 865 LOG(WARNING) << "Falling back to SSLv3 because host is TLS intolerant: " [all...] |
| /external/chromium_org/chrome/browser/ui/website_settings/ |
| website_settings.cc | 443 // For now, only SSLv3 fallback will trigger a warning icon.
|