3792f60887
- Remove three patches obsolted by the rebase and updated two - Temporarily not building the ecperf tool - ecperef requires freebl/ec.h and ecl-curve.h and the latter - causes compile failure because it requires that - NSS_ECC_MORE_THAN_SUITE_B not be defined yet this is - required for nss builds to allow external pkcs #11 providers - to support curves beyond suite-b, such restriction only applies - to the internal crypto module
13 lines
750 B
Diff
13 lines
750 B
Diff
diff -up ./nss/lib/ssl/sslsock.c.transitional ./nss/lib/ssl/sslsock.c
|
|
--- ./nss/lib/ssl/sslsock.c.transitional 2016-06-23 21:03:16.316480089 -0400
|
|
+++ ./nss/lib/ssl/sslsock.c 2016-06-23 21:08:07.290202477 -0400
|
|
@@ -72,7 +72,7 @@ static sslOptions ssl_defaults = {
|
|
PR_FALSE, /* noLocks */
|
|
PR_FALSE, /* enableSessionTickets */
|
|
PR_FALSE, /* enableDeflate */
|
|
- 2, /* enableRenegotiation (default: requires extension) */
|
|
+ 3, /* enableRenegotiation (default: transitional) */
|
|
PR_FALSE, /* requireSafeNegotiation */
|
|
PR_FALSE, /* enableFalseStart */
|
|
PR_TRUE, /* cbcRandomIV */
|