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

Unified Diff: README.chromium

Issue 12668022: Make CKM_AES_GCM usable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 9 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 | mozilla/security/nss/exports_win.def » ('j') | mozilla/security/nss/lib/freebl/gcm.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 182578)
+++ README.chromium (working copy)
@@ -72,3 +72,9 @@
mozilla/security/nss/lib/freebl/arcfour.c. See NSS bug 341127
(https://bugzilla.mozilla.org/show_bug.cgi?id=341127) and bug 840393
(https://bugzilla.mozilla.org/show_bug.cgi?id=840393).
+- patches/nss-aes-gcm.patch: fix bugs in the AES GCM code. See NSS bug
+ 853285 (https://bugzilla.mozilla.org/show_bug.cgi?id=853285).
+- patches/nss-encrypt-with-sym-key.patch: add PK11_EncryptWithSymKey and
+ PK11_DecryptWithSymKey to provide access to CKM_AES_GCM, which does not
+ support multi-part operations. See NSS bug 854063
+ (https://bugzilla.mozilla.org/show_bug.cgi?id=854063).
« no previous file with comments | « no previous file | mozilla/security/nss/exports_win.def » ('j') | mozilla/security/nss/lib/freebl/gcm.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698