Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: README.chromium

Issue 13898013: Update NSS to NSS_3_15_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Update NSS versions and tag in README.chromium Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nss.gyp » ('j') | nss/lib/certdb/genname.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 195639)
+++ 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.3 Beta 1
+Version: 3.15 Beta 2
License: MPL 2
License File: nss/COPYING
Security Critical: yes
Description:
-NSS 3.14.3 Beta 1 with NSPR 4.9.5 Beta 2
+NSS 3.15 Beta 2 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
@@ -19,10 +19,10 @@
this copy of NSS on platforms that have NSS as system libraries, such as
Linux.
-The source code was checked out from the mozilla.org CVS repository using
+The source code was checked out from the mozilla.org CVS or hg 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_3_BETA1
-and -r NSPR_4_9_5_BETA2.
+The current source code was checked out with the hg tag -u NSS_3_15_BETA2
+and CVS tag -r NSPR_4_9_5_BETA2.
Local Modifications:
@@ -64,17 +64,3 @@
- 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).
-- 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-arcfour.patch: fix (benign) invalid read in rc4_wordconv in
- nss/lib/freebl/arcfour.c. See NSS bug 341127
- (https://bugzilla.mozilla.org/show_bug.cgi?id=341127) and bug 840393
- (https://bugzilla.mozilla.org/show_bug.cgi?id=840393).
-- patches/nss-aes-gcm.patch: fix bugs in the AES GCM code. See NSS bug
- 853285 (https://bugzilla.mozilla.org/show_bug.cgi?id=853285).
-- patches/nss-pk11-encrypt.patch: add PK11_Encrypt and PK11_Decrypt to
- provide access to CKM_AES_GCM, which does not support multi-part
- operations. See NSS bug 854063
- (https://bugzilla.mozilla.org/show_bug.cgi?id=854063).
« no previous file with comments | « no previous file | nss.gyp » ('j') | nss/lib/certdb/genname.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698