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

Unified Diff: net/third_party/nss/README.chromium

Issue 1053903002: Update libssl to NSS 3.18 RTM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 years, 9 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 | net/third_party/nss/patches/aesgcmchromium.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/README.chromium
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index f2ead3cb04d626256ff8307e734c1231c5d1b441..78d16ffdedaaf4867647e2a5a1d33264bd705ad6 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -1,6 +1,6 @@
Name: Network Security Services (NSS)
URL: http://www.mozilla.org/projects/security/pki/nss/
-Version: 3.15.5 Beta 2
+Version: 3.18 RTM
Security Critical: Yes
License: MPL 2
License File: NOT_SHIPPED
@@ -11,7 +11,7 @@ This directory includes a copy of NSS's libssl from the hg repo at:
The same module appears in crypto/third_party/nss (and third_party/nss on some
platforms), so we don't repeat the license file here.
-The snapshot was updated to the hg tag: NSS_3_15_5_BETA2
+The snapshot was updated to the hg tag: NSS_3_18_RTM
Patches:
@@ -83,9 +83,6 @@ Patches:
* Add a function to allow the cipher suites preference order to be set.
patches/cipherorder.patch
- * Add TLS_FALLBACK_SCSV cipher suite to version fallback connections.
- patches/fallbackscsv.patch
-
* Add explicit functions for managing the SSL/TLS session cache.
This is a temporary workaround until Chromium migrates to NSS's
asynchronous certificate verification.
@@ -96,22 +93,15 @@ Patches:
patches/nssrwlock.patch
https://bugzilla.mozilla.org/show_bug.cgi?id=957812
- * Use the IANA-assigned value for the TLS padding extension.
- patches/paddingextvalue.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=994883
-
- * Move the signature_algorithms extension to the end of the extension list.
- This works around a bug in WebSphere Application Server 7.0 which is
- intolerant to the final extension having zero length.
+ * Add a comment explaining why signature_algorithms extension should be at
+ the end of the extension list. This works around a bug in WebSphere
+ Application Server 7.0, which is intolerant to the final extension having
+ zero length. This also ensures that the padding extension has non-zero
+ length.
patches/reorderextensions.patch
- * Ignore out-of-order DTLS ChangeCipherSpec.
- patches/ignorechangecipherspec.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=1009227
-
- * Implement server-side components of ALPN (RFC 7301).
- patches/alpnserver.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=996250
+ * Make the build metadata deterministic
+ patches/removebuildmetadata.patch
Apply the patches to NSS by running the patches/applypatches.sh script. Read
the comments at the top of patches/applypatches.sh for instructions.
« no previous file with comments | « no previous file | net/third_party/nss/patches/aesgcmchromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698