Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index f187c6010741a18c6d1c904ca0592ee521dfd736..0b39827f9241098dc5e7171b8d8a92359fd5137f 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -72,3 +72,6 @@ We made the following local changes to NSS. |
- patches/nss-genname-warnings.patch: Fix compiler warnings in |
lib/certdb/genname.c that are treated as errors by -Werror,-Wpointer-sign. |
Will be fixed in NSS 3.16.2. |
+- patches/nss-rsa-key-check.patch: RSA_PrivateKeyCheck should not swap |
+ members of the input RSAPrivateKey. |
+ https://bugzilla.mozilla.org/show_bug.cgi?id=1021102 |