| OLD | NEW |
| 1 Network Security Services (NSS) | 1 Name: Network Security Services (NSS) |
| 2 | 2 Short Name: nss |
| 3 URL: http://www.mozilla.org/projects/security/pki/nss/ | 3 URL: http://www.mozilla.org/projects/security/pki/nss/ |
| 4 Version: NSS 3.12.8 with NSPR 4.8.6 | 4 Version: 3.12.8 |
| 5 License: MPL/LGPL/GPL tri-license | 5 License: MPL/LGPL/GPL tri-license |
| 6 License File: http://www.mozilla.org/MPL/ | 6 License File: http://www.mozilla.org/MPL/ |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 NSS 3.12.8 with NSPR 4.8.6 |
| 9 | 10 |
| 10 This copy of NSS has been customized for Chromium. NSPR is also put here | 11 This copy of NSS has been customized for Chromium. NSPR is also put here |
| 11 rather than in a separate directory to emphasize the fact that Chromium is | 12 rather than in a separate directory to emphasize the fact that Chromium is |
| 12 using NSPR strictly as an NSS dependency. | 13 using NSPR strictly as an NSS dependency. |
| 13 | 14 |
| 14 We took a subset of NSS, omitting the SSL and SMIME libraries and the | 15 We took a subset of NSS, omitting the SSL and SMIME libraries and the |
| 15 built-in root CA certificates module. This NSS subset satisfies the | 16 built-in root CA certificates module. This NSS subset satisfies the |
| 16 dependencies of the NSS SSL library in src/net/third_party/nss. Do NOT use | 17 dependencies of the NSS SSL library in src/net/third_party/nss. Do NOT use |
| 17 this copy of NSS on platforms that have NSS as system libraries, such as | 18 this copy of NSS on platforms that have NSS as system libraries, such as |
| 18 Linux. | 19 Linux. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 33 a "user" thread, which needs to terminate before PR_Cleanup can return. | 34 a "user" thread, which needs to terminate before PR_Cleanup can return. |
| 34 (The "system" vs. "user" thread distinction comes from Java, and | 35 (The "system" vs. "user" thread distinction comes from Java, and |
| 35 ultimately from Solaris threads.) This is a workaround for | 36 ultimately from Solaris threads.) This is a workaround for |
| 36 http://crbug.com/40663. | 37 http://crbug.com/40663. |
| 37 | 38 |
| 38 We made the following local changes to NSS. | 39 We made the following local changes to NSS. |
| 39 - patches/nss-static.patch: to build NSS as static libraries and omit | 40 - patches/nss-static.patch: to build NSS as static libraries and omit |
| 40 libpkix (the new certification path validation library) and | 41 libpkix (the new certification path validation library) and |
| 41 softoken/legacydb (support for the old Berkeley DB databases). See NSS | 42 softoken/legacydb (support for the old Berkeley DB databases). See NSS |
| 42 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). | 43 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). |
| OLD | NEW |