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

Unified Diff: README.chromium

Issue 214183004: Implement AES in different modes of operation, using AES-NI and (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Add a patch file and document it in README.chromium. Created 6 years, 8 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 | « no previous file | nss.gyp » ('j') | nss/lib/freebl/ctr.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 93348999566e506902526206c455d0ca3535e1cf..18b1b8061b6340a3f5219f9ce9728739c57ad640 100644
--- a/README.chromium
+++ b/README.chromium
@@ -72,3 +72,9 @@ We made the following local changes to NSS.
- patches/nss-export-private-key-info.patch: Add the
PK11_ExportDERPrivateKeyInfo and PK11_ExportPrivKeyInfo functions. See
NSS bug 519255 (https://bugzilla.mozilla.org/show_bug.cgi?id=519255).
+- patches/nss-intel-aes-windows.patch: Implement AES in different modes
+ of operation, using AES-NI and PCLMULQDQ-NI, for WIN32 and WIN64
+ platforms. See NSS bug 979703
+ (https://bugzilla.mozilla.org/show_bug.cgi?id=979703). Note: when we
+ upgrade to NSS 3.16.1, we also need to define the macro INTEL_GCM in
+ nss.gyp.
« no previous file with comments | « no previous file | nss.gyp » ('j') | nss/lib/freebl/ctr.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698