Index: README.chromium |
=================================================================== |
--- README.chromium (revision 180595) |
+++ README.chromium (working copy) |
@@ -1,13 +1,13 @@ |
Name: Network Security Services (NSS) |
Short Name: nss |
URL: http://www.mozilla.org/projects/security/pki/nss/ |
-Version: 3.14.2 |
+Version: 3.14.3 Beta 1 |
License: MPL 2 |
License File: mozilla/security/nss/COPYING |
Security Critical: yes |
Description: |
-NSS 3.14.2 with NSPR 4.9.5 Beta 2 |
+NSS 3.14.3 Beta 1 with NSPR 4.9.5 Beta 2 |
This copy of NSS has been customized for Chromium. NSPR is also put here |
rather than in a separate directory to emphasize the fact that Chromium is |
@@ -21,7 +21,7 @@ |
The source code was checked out from the mozilla.org CVS repository using |
the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory. |
-The current source code was checked out with the CVS tags -r NSS_3_14_2_RTM |
+The current source code was checked out with the CVS tags -r NSS_3_14_3_BETA1 |
and -r NSPR_4_9_5_BETA2. |
Local Modifications: |
@@ -64,10 +64,7 @@ |
- patches/nss-remove-fortezza.patch: remove Fortezza certificate support |
from PK11_ImportPublicKey. See NSS bug 668397 |
(https://bugzilla.mozilla.org/show_bug.cgi?id=668397). |
-- mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c |
- patches/nss-curve-p256.patch: add an optimized 32-bit implementation of |
+- mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c: see the next item. |
+- patches/nss-curve-p256.patch: add an optimized 32-bit implementation of |
the NIST P-256 elliptic curve. See NSS bug 831006 |
(https://bugzilla.mozilla.org/show_bug.cgi?id=831006). |
-- patches/nss-sqlite-tempfilename-ifdef.patch: Allow compiling with sqlite |
- versions which do not define SQLITE_FCNTL_TEMPFILENAME. See NSS bug 837799 |
- (https://bugzilla.mozilla.org/show_bug.cgi?id=837799). |