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). |