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

Unified Diff: net/third_party/nss/patches/tls12chromium.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/tls12backuphash2.patch ('k') | net/third_party/nss/patches/tlsunique.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/patches/tls12chromium.patch
===================================================================
--- net/third_party/nss/patches/tls12chromium.patch (revision 242942)
+++ net/third_party/nss/patches/tls12chromium.patch (working copy)
@@ -1,6 +1,6 @@
diff -pu a/nss/lib/ssl/ssl3con.c b/nss/lib/ssl/ssl3con.c
---- a/nss/lib/ssl/ssl3con.c 2013-07-31 14:12:19.414856329 -0700
-+++ b/nss/lib/ssl/ssl3con.c 2013-07-31 14:13:56.916288878 -0700
+--- a/nss/lib/ssl/ssl3con.c 2014-01-03 18:55:44.659133336 -0800
++++ b/nss/lib/ssl/ssl3con.c 2014-01-03 18:57:20.390695317 -0800
@@ -31,6 +31,15 @@
#include "blapi.h"
#endif
@@ -18,8 +18,8 @@
#ifdef NSS_ENABLE_ZLIB
#include "zlib.h"
diff -pu a/nss/lib/ssl/ssl3ecc.c b/nss/lib/ssl/ssl3ecc.c
---- a/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:13:15.115674638 -0700
-+++ b/nss/lib/ssl/ssl3ecc.c 2013-07-31 14:13:56.916288878 -0700
+--- a/nss/lib/ssl/ssl3ecc.c 2014-01-03 18:56:43.300090124 -0800
++++ b/nss/lib/ssl/ssl3ecc.c 2014-01-03 18:57:20.390695317 -0800
@@ -30,6 +30,12 @@
#include <stdio.h>
@@ -32,10 +32,10 @@
+
#ifdef NSS_ENABLE_ECC
- /*
+ #ifndef PK11_SETATTRS
diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
---- a/nss/lib/ssl/sslsock.c 2013-07-31 14:10:35.113325316 -0700
-+++ b/nss/lib/ssl/sslsock.c 2013-07-31 14:16:39.538677991 -0700
+--- a/nss/lib/ssl/sslsock.c 2014-01-03 18:55:44.669133500 -0800
++++ b/nss/lib/ssl/sslsock.c 2014-01-03 18:57:20.400695477 -0800
@@ -17,8 +17,15 @@
#ifndef NO_PKCS11_BYPASS
#include "blapi.h"
@@ -51,8 +51,8 @@
+
#define SET_ERROR_CODE /* reminder */
- struct cipherPolicyStr {
-@@ -1900,6 +1907,24 @@ SSL_VersionRangeGet(PRFileDesc *fd, SSLV
+ static const sslSocketOps ssl_default_ops = { /* No SSL. */
+@@ -1814,6 +1821,24 @@ SSL_VersionRangeGet(PRFileDesc *fd, SSLV
return SECSuccess;
}
@@ -77,7 +77,7 @@
SECStatus
SSL_VersionRangeSet(PRFileDesc *fd, const SSLVersionRange *vrange)
{
-@@ -1920,6 +1945,20 @@ SSL_VersionRangeSet(PRFileDesc *fd, cons
+@@ -1834,6 +1859,20 @@ SSL_VersionRangeSet(PRFileDesc *fd, cons
ssl_GetSSL3HandshakeLock(ss);
ss->vrange = *vrange;
« no previous file with comments | « net/third_party/nss/patches/tls12backuphash2.patch ('k') | net/third_party/nss/patches/tlsunique.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698