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

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

Issue 2105873002: Fix net/third_party/nss/README.chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 10ed53389a2a0e6aacd5350cea239d8cfb214743..2cf7c1bf64daa831d10c75c548fac0d9aa2a11a3 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -3,68 +3,9 @@ URL: http://www.mozilla.org/projects/security/pki/nss/
Version: 3.23 RTM
Security Critical: Yes
License: MPL 2
-License File: NOT_SHIPPED
+License File: LICENSE
-This directory includes a copy of NSS's libssl from the hg repo at:
+This directory includes a file from NSS's libssl from the hg repo at:
https://hg.mozilla.org/projects/nss
-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_23_RTM
-
-Patches:
-
- * Cache the peer's intermediate CA certificates in session ID, so that
- they're available when we resume a session.
- patches/cachecerts.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=731478
-
- * Add a function to export whether the last handshake on a socket resumed a
- previous session.
- patches/didhandshakeresume.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=731798
-
- * Add function to retrieve TLS client cert types requested by server.
- https://bugzilla.mozilla.org/show_bug.cgi?id=51413
- patches/getrequestedclientcerttypes.patch
-
- * Add a function to restart a handshake after a client certificate request.
- patches/restartclientauth.patch
-
- * Add support for TLS Channel IDs
- patches/channelid.patch
-
- * Add support for extracting the tls-unique channel binding value
- patches/tlsunique.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=563276
-
- * SSL_ExportKeyingMaterial should get the RecvBufLock and SSL3HandshakeLock.
- This change was made in https://chromiumcodereview.appspot.com/10454066.
- patches/secretexporterlocks.patch
-
- * Fix session cache lock creation race.
- patches/cachelocks.patch
- https://bugzilla.mozilla.org/show_bug.cgi?id=764646
-
- * Add a function to allow the cipher suites preference order to be set.
- patches/cipherorder.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.
- patches/sessioncache.patch
-
- * 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
-
- * Fix an unused method when disabling PKCS#11 bypass mode
- patches/nobypass.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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698