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

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

Issue 23545010: On Windows, prepare to generate SHA-1 signatures for TLS 1.2 client authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Check whether the CAPI service provider supports SHA-256. Created 7 years, 4 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
===================================================================
--- net/third_party/nss/patches/applypatches.sh (revision 219612)
+++ net/third_party/nss/patches/applypatches.sh (working copy)
@@ -51,3 +51,5 @@
patch -p4 < $patches_dir/aesgcm.patch
patch -p4 < $patches_dir/aesgcmchromium.patch
+
+patch -p4 < $patches_dir/tls12backuphash.patch

Powered by Google App Engine
This is Rietveld 408576698