Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / third_party / nss / README.chromium
index 8bc6495..e9b7ee8 100644 (file)
@@ -96,6 +96,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.
+    patches/reorderextensions.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.