Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1686)

Unified Diff: net/third_party/nss/patches/suitebonly.patch

Issue 111853013: Update net/third_party/nss to NSS 3.15.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update the comment in sslenum.c for the two CHACHA20 cipher suites Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/third_party/nss/patches/sslsock_903565.patch ('k') | net/third_party/nss/patches/tls12backuphash.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/suitebonly.patch
===================================================================
--- net/third_party/nss/patches/suitebonly.patch (revision 242942)
+++ net/third_party/nss/patches/suitebonly.patch (working copy)
@@ -1,7 +1,7 @@
diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c
---- a/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:11:13.633890784 -0700
-+++ b/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:12:59.855450386 -0700
-@@ -1078,6 +1078,7 @@ static const PRUint8 ecPtFmt[6] = {
+--- a/nss/lib/ssl/ssl3ecc.c 2014-01-03 19:28:03.550814608 -0800
++++ b/nss/lib/ssl/ssl3ecc.c 2014-01-03 19:40:46.523288747 -0800
+@@ -1073,6 +1073,7 @@ static const PRUint8 ecPtFmt[6] = {
static PRBool
ssl3_SuiteBOnly(sslSocket *ss)
{
@@ -9,7 +9,7 @@
/* See if we can support small curves (like 163). If not, assume we can
* only support Suite-B curves (P-256, P-384, P-521). */
PK11SlotInfo *slot =
-@@ -1091,6 +1092,9 @@ ssl3_SuiteBOnly(sslSocket *ss)
+@@ -1086,6 +1087,9 @@ ssl3_SuiteBOnly(sslSocket *ss)
/* we can, presume we can do all curves */
PK11_FreeSlot(slot);
return PR_FALSE;
« no previous file with comments | « net/third_party/nss/patches/sslsock_903565.patch ('k') | net/third_party/nss/patches/tls12backuphash.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698