2010-03-15 16:05:35 +01:00
|
|
|
Index: security/nss/lib/ssl/sslsock.c
|
|
|
|
===================================================================
|
|
|
|
RCS file: /cvsroot/mozilla/security/nss/lib/ssl/sslsock.c,v
|
2011-11-14 08:51:45 +01:00
|
|
|
retrieving revision 1.75
|
|
|
|
diff -u -p -6 -r1.75 sslsock.c
|
|
|
|
--- security/nss/lib/ssl/sslsock.c 22 Oct 2011 16:45:40 -0000 1.75
|
|
|
|
+++ security/nss/lib/ssl/sslsock.c 24 Oct 2011 12:52:25 -0000
|
|
|
|
@@ -178,13 +178,13 @@ static sslOptions ssl_defaults = {
|
|
|
|
PR_TRUE, /* detectRollBack */
|
|
|
|
PR_FALSE, /* noStepDown */
|
|
|
|
PR_FALSE, /* bypassPKCS11 */
|
2010-03-15 16:05:35 +01:00
|
|
|
PR_FALSE, /* noLocks */
|
|
|
|
PR_FALSE, /* enableSessionTickets */
|
|
|
|
PR_FALSE, /* enableDeflate */
|
|
|
|
- 2, /* enableRenegotiation (default: requires extension) */
|
2010-09-27 00:45:55 +02:00
|
|
|
+ 3, /* enableRenegotiation (default: transitional) */
|
2010-03-15 16:05:35 +01:00
|
|
|
PR_FALSE, /* requireSafeNegotiation */
|
2010-09-27 00:45:55 +02:00
|
|
|
PR_FALSE, /* enableFalseStart */
|
2011-11-14 08:51:45 +01:00
|
|
|
PR_TRUE /* cbcRandomIV */
|
2010-03-15 16:05:35 +01:00
|
|
|
};
|
2011-11-14 08:51:45 +01:00
|
|
|
|
|
|
|
sslSessionIDLookupFunc ssl_sid_lookup;
|