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

Unified Diff: net/third_party/nss/patches/didhandshakeresume.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
Index: net/third_party/nss/patches/didhandshakeresume.patch
===================================================================
--- net/third_party/nss/patches/didhandshakeresume.patch (revision 242942)
+++ net/third_party/nss/patches/didhandshakeresume.patch (working copy)
@@ -1,7 +1,7 @@
diff -pu a/nss/lib/ssl/ssl.h b/nss/lib/ssl/ssl.h
---- a/nss/lib/ssl/ssl.h 2013-07-31 12:40:14.503586299 -0700
-+++ b/nss/lib/ssl/ssl.h 2013-07-31 12:40:37.913929474 -0700
-@@ -940,6 +940,9 @@ SSL_IMPORT SECStatus SSL_HandshakeNegoti
+--- a/nss/lib/ssl/ssl.h 2014-01-03 19:31:09.783859095 -0800
++++ b/nss/lib/ssl/ssl.h 2014-01-03 19:31:19.214013263 -0800
+@@ -967,6 +967,9 @@ SSL_IMPORT SECStatus SSL_HandshakeNegoti
SSLExtensionType extId,
PRBool *yes);
@@ -12,9 +12,9 @@
** How long should we wait before retransmitting the next flight of
** the DTLS handshake? Returns SECFailure if not DTLS or not in a
diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
---- a/nss/lib/ssl/sslsock.c 2013-07-31 12:40:14.503586299 -0700
-+++ b/nss/lib/ssl/sslsock.c 2013-07-31 12:40:37.913929474 -0700
-@@ -1919,6 +1919,20 @@ SSL_PeerStapledOCSPResponses(PRFileDesc
+--- a/nss/lib/ssl/sslsock.c 2014-01-03 19:31:09.783859095 -0800
++++ b/nss/lib/ssl/sslsock.c 2014-01-03 19:31:19.214013263 -0800
+@@ -1833,6 +1833,20 @@ SSL_PeerStapledOCSPResponses(PRFileDesc
return &ss->sec.ci.sid->peerCertStatus;
}
« no previous file with comments | « net/third_party/nss/patches/clientauth.patch ('k') | net/third_party/nss/patches/disableticketrenewal.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698