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

Unified Diff: net/third_party/nss/patches/applypatches.sh

Issue 23928007: NSS: don't advertise TLS 1.2-only ciphersuites in a TLS 1.1 ClientHello. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing wtc's comments. Created 7 years, 3 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/applypatches.sh
diff --git a/net/third_party/nss/patches/applypatches.sh b/net/third_party/nss/patches/applypatches.sh
index 6bc21047b3fed405843ab7aca362f678e5b9f4f8..7fefb7f66b24ae1ea1cd649e8096ac83b1c75080 100755
--- a/net/third_party/nss/patches/applypatches.sh
+++ b/net/third_party/nss/patches/applypatches.sh
@@ -57,3 +57,5 @@ patch -p4 < $patches_dir/tls12backuphash.patch
patch -p4 < $patches_dir/chacha20poly1305.patch
patch -p4 < $patches_dir/cachelocks.patch
+
+patch -p4 < $patches_dir/ciphersuiteversion.patch

Powered by Google App Engine
This is Rietveld 408576698