Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: Network Security Services (NSS) | 1 Name: Network Security Services (NSS) |
| 2 Short Name: nss | 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: 3.16.5 | 4 Version: 3.16.5 |
| 5 License: MPL 2 | 5 License: MPL 2 |
| 6 License File: nss/COPYING | 6 License File: nss/COPYING |
| 7 Security Critical: yes | 7 Security Critical: yes |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 NSS 3.18 with NSPR 4.10.8 | 10 NSS 3.18 with NSPR 4.10.8 |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 We made the following local changes to NSPR. | 29 We made the following local changes to NSPR. |
| 30 - patches/nspr-static.patch: to build NSPR as static libraries. See NSPR | 30 - patches/nspr-static.patch: to build NSPR as static libraries. See NSPR |
| 31 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). | 31 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). |
| 32 - patches/prcpucfg.h: added to the nspr/pr/include directory. | 32 - patches/prcpucfg.h: added to the nspr/pr/include directory. |
| 33 - patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread | 33 - patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread |
| 34 (a thread not created by NSPR) to NSPR as a "system" thread rather than | 34 (a thread not created by NSPR) to NSPR as a "system" thread rather than |
| 35 a "user" thread, which needs to terminate before PR_Cleanup can return. | 35 a "user" thread, which needs to terminate before PR_Cleanup can return. |
| 36 (The "system" vs. "user" thread distinction comes from Java, and | 36 (The "system" vs. "user" thread distinction comes from Java, and |
| 37 ultimately from Solaris threads.) This is a workaround for | 37 ultimately from Solaris threads.) This is a workaround for |
| 38 http://crbug.com/40663. | 38 http://crbug.com/40663. |
| 39 - patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS | 39 - patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS |
|
wtc
2015/04/14 02:31:34
NSPR patches are described in this section. Since
davidben
2015/04/21 20:31:33
Whoops, I didn't notice that. I'll go upload a CL
| |
| 40 to work in the sandbox. Do not initialize IO when initializing NSPR. | 40 to work in the sandbox. Do not initialize IO when initializing NSPR. |
| 41 Windows version of NSPR also tried to use getaddrinfo to resolve hostname | 41 Windows version of NSPR also tried to use getaddrinfo to resolve hostname |
| 42 in a SSL connection. By removing _PR_HAVE_GETADDRINFO this will force it | 42 in a SSL connection. By removing _PR_HAVE_GETADDRINFO this will force it |
| 43 to use PR_GetHostByName. Removing _PR_INET6_PROBE will prevent it from | 43 to use PR_GetHostByName. Removing _PR_INET6_PROBE will prevent it from |
| 44 creating an IPv6 socket to probe if IPv6 is there. | 44 creating an IPv6 socket to probe if IPv6 is there. |
| 45 DO NOT upstream this patch. | 45 DO NOT upstream this patch. |
| 46 | 46 |
| 47 We made the following local changes to NSS. | 47 We made the following local changes to NSS. |
| 48 - nss/exports_win.def: The list of exports to use when building nss as a | 48 - nss/exports_win.def: The list of exports to use when building nss as a |
| 49 dynamic library (crnss.dll). | 49 dynamic library (crnss.dll). |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 62 (https://bugzilla.mozilla.org/show_bug.cgi?id=668397). | 62 (https://bugzilla.mozilla.org/show_bug.cgi?id=668397). |
| 63 - patches/nss-urandom-abort.patch: call abort() if NSS cannot read from | 63 - patches/nss-urandom-abort.patch: call abort() if NSS cannot read from |
| 64 /dev/urandom. See Chromium issue 244661 (http://crbug.com/244661). | 64 /dev/urandom. See Chromium issue 244661 (http://crbug.com/244661). |
| 65 - patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher | 65 - patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher |
| 66 suites. See NSS bug 917571 | 66 suites. See NSS bug 917571 |
| 67 (https://bugzilla.mozilla.org/show_bug.cgi?id=917571). | 67 (https://bugzilla.mozilla.org/show_bug.cgi?id=917571). |
| 68 - patches/nss-static.patch: to build NSS as static libraries and omit | 68 - patches/nss-static.patch: to build NSS as static libraries and omit |
| 69 libpkix (the new certification path validation library) and | 69 libpkix (the new certification path validation library) and |
| 70 softoken/legacydb (support for the old Berkeley DB databases). See NSS | 70 softoken/legacydb (support for the old Berkeley DB databases). See NSS |
| 71 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). | 71 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). |
| 72 - patches/nspr-unused-variable.patch: Remove an unused variable. See NSPR | |
| 73 bug 1126408 (https://bugzilla.mozilla.org/show_bug.cgi?id=1126408). | |
| OLD | NEW |