/external/chromium_org/chrome/browser/net/ |
ssl_config_service_manager_pref.cc | 70 return "ssl3"; 87 if (version_str == "ssl3") {
|
ssl_config_service_manager_pref_unittest.cc | 174 command_line.AppendSwitchASCII(switches::kSSLVersionMax, "ssl3");
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl.h | 40 /* Macro to tell which ciphers in table are SSL2 vs SSL3/TLS. */ 362 /* Returns, in |*vrange|, the range of SSL3/TLS versions supported for the 368 /* Returns, in |*vrange|, the range of SSL3/TLS versions enabled by default 374 /* Sets the range of enabled-by-default SSL3/TLS versions for the given 380 /* Returns, in |*vrange|, the range of enabled SSL3/TLS versions for |fd|. */ 384 /* Sets the range of enabled SSL3/TLS versions for |fd| to |*vrange|. */ [all...] |
ssl3prot.h | 84 no_certificate = 41, /* SSL3 only, NOT TLS */
|
sslgathr.c | 115 /* If this looks like an SSL3 handshake record, 430 /* We've read in 3 bytes, there are 2 more to go in an ssl3 header. */
|
sslauth.c | 57 for (cur = ss->ssl3.peerCertChain; cur; cur = cur->next) {
|
sslcon.c | 2 * SSL v2 handshake functions, and functions common to SSL2 and SSL3. 173 /* ask SSL3 how many cipher suites it has. */ 207 /* now have SSL3 add its suites onto the end */ 218 ** (e.g. SSL2 or SSL3) is logically enabled, but all its cipher suites 231 /* count the SSL2 and SSL3 enabled ciphers. 242 /* Ask how many ssl3 CipherSuites were enabled. */ 245 /* SSL3/TLS not really enabled if no ciphers */ [all...] |
sslplatf.c | 635 /* SSL3 DSA signatures are raw, not DER-encoded. CSSM gives back
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
0013-reorder_extensions.patch | 68 + * fallback to SSL3, at which point all extensions are gone. */
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_time.c | 190 printf("-ssl3 - Just use SSLv3\n"); 290 else if(strcmp(*argv,"-ssl3") == 0)
|
/external/openssl/apps/ |
s_time.c | 190 printf("-ssl3 - Just use SSLv3\n"); 290 else if(strcmp(*argv,"-ssl3") == 0)
|
/external/openssl/ssl/ |
ssltest.c | 349 fprintf(stderr," -ssl3 - use SSLv3\n"); 508 int tls1=0,ssl2=0,ssl3=0,ret=1; local 666 else if (strcmp(*argv,"-ssl3") == 0) 667 ssl3=1; 799 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) 803 "or add one of -ssl2, -ssl3, -tls1, -reuse\n" 884 if (ssl3) 893 if (ssl3) [all...] |
ssl.h | 656 /* Save RAM by releasing read and write buffers when they're empty. (SSL3 and [all...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
handshakesettings.py | 13 # RC4 is preferred as faster in Python, works in SSL3, and immune to CBC
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssltest.c | 349 fprintf(stderr," -ssl3 - use SSLv3\n"); 508 int tls1=0,ssl2=0,ssl3=0,ret=1; local 666 else if (strcmp(*argv,"-ssl3") == 0) 667 ssl3=1; 799 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) 803 "or add one of -ssl2, -ssl3, -tls1, -reuse\n" 884 if (ssl3) [all...] |
ssl.h | 650 /* Save RAM by releasing read and write buffers when they're empty. (SSL3 and [all...] |
/external/chromium_org/third_party/tlslite/patches/ |
dhe_rsa.patch | 115 # RC4 is preferred as faster in Python, works in SSL3, and immune to CBC
|
/external/openssl/patches/ |
0004-channelid.patch | 885 diff --git a/ssl/ssl3.h b/ssl/ssl3.h 887 --- a/ssl/ssl3.h 888 +++ b/ssl/ssl3.h [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
mttest.c | 183 fprintf(stderr," -ssl3 - just SSLv3n\n"); 218 else if (strcmp(*argv,"-ssl3") == 0)
|
/external/chromium_org/third_party/openssl/openssl/ |
openssl.config | 1079 ssl/ssl3.h \ 1108 ssl/ssl3.h \
|
openssl.config.orig | 1013 ssl/ssl3.h \ 1042 ssl/ssl3.h \
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
channelid.patch | 697 --- openssl-1.0.1e.orig/ssl/ssl3.h 2013-03-05 18:49:33.223297173 +0000 698 +++ openssl-1.0.1e/ssl/ssl3.h 2013-03-05 18:49:33.413299231 +0000 [all...] |
/external/openssl/crypto/threads/ |
mttest.c | 183 fprintf(stderr," -ssl3 - just SSLv3n\n"); 218 else if (strcmp(*argv,"-ssl3") == 0)
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ssl.h | 650 /* Save RAM by releasing read and write buffers when they're empty. (SSL3 and [all...] |
/external/openssl/include/openssl/ |
ssl.h | 656 /* Save RAM by releasing read and write buffers when they're empty. (SSL3 and [all...] |