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

Unified Diff: net/third_party/nss/patches/paddingextensionall.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/paddingextension.patch ('k') | net/third_party/nss/patches/peercertchain.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/paddingextensionall.patch
===================================================================
--- net/third_party/nss/patches/paddingextensionall.patch (revision 242942)
+++ net/third_party/nss/patches/paddingextensionall.patch (working copy)
@@ -1,8 +1,7 @@
-diff --git a/nss/lib/ssl/ssl3ext.c b/nss/lib/ssl/ssl3ext.c
-index cdebcc9..03cf05c 100644
---- a/nss/lib/ssl/ssl3ext.c
-+++ b/nss/lib/ssl/ssl3ext.c
-@@ -2306,7 +2306,11 @@ ssl3_CalculatePaddingExtensionLength(unsigned int clientHelloLength)
+diff -pu a/nss/lib/ssl/ssl3ext.c b/nss/lib/ssl/ssl3ext.c
+--- a/nss/lib/ssl/ssl3ext.c 2014-01-03 19:03:55.557150476 -0800
++++ b/nss/lib/ssl/ssl3ext.c 2014-01-03 19:04:04.597298171 -0800
+@@ -2324,7 +2324,11 @@ ssl3_CalculatePaddingExtensionLength(uns
clientHelloLength;
unsigned int extensionLength;
@@ -15,7 +14,7 @@
return 0;
}
-@@ -2327,7 +2331,7 @@ ssl3_AppendPaddingExtension(sslSocket *ss, unsigned int extensionLen,
+@@ -2345,7 +2349,7 @@ ssl3_AppendPaddingExtension(sslSocket *s
PRUint32 maxBytes)
{
unsigned int paddingLen = extensionLen - 4;
« no previous file with comments | « net/third_party/nss/patches/paddingextension.patch ('k') | net/third_party/nss/patches/peercertchain.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698