Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index 18b1b8061b6340a3f5219f9ce9728739c57ad640..76fcf189624a3c4a7033721873f8e4eb145276e7 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -78,3 +78,7 @@ We made the following local changes to NSS. |
(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. |
+- patches/nss-rsa-oaep.patch : This combines the patches from upstream NSS bug |
+ 1009794 ( https://bugzilla.mozilla.org/show_bug.cgi?id=1009794) and |
+ NSS bug 1009785 ( https://bugzilla.mozilla.org/show_bug.cgi?id=1009785 ) to |
+ support RSA-OAEP in softoken and pk11wrap |