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

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

Issue 2185403003: Return the certificate chain in ClientCertStoreNSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rsleevi comments Created 4 years, 5 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
Index: net/third_party/nss/README.chromium
diff --git a/net/third_party/nss/README.chromium b/net/third_party/nss/README.chromium
index 2cf7c1bf64daa831d10c75c548fac0d9aa2a11a3..68395c729e2660fafde4ac2dffe729796b5b3f24 100644
--- a/net/third_party/nss/README.chromium
+++ b/net/third_party/nss/README.chromium
@@ -5,7 +5,12 @@ Security Critical: Yes
License: MPL 2
License File: LICENSE
-This directory includes a file from NSS's libssl from the hg repo at:
+This directory includes a file derived from NSS's libssl, from the hg repo at:
https://hg.mozilla.org/projects/nss
The snapshot was updated to the hg tag: NSS_3_23_RTM
+
+Local Modifications:
+Files are forked from Mozilla's because of the heavy adaptations necessary.
+Differences are using Chromium libraries instead of Mozilla's, matching the
+Chromium style, and returning the certificate chain built.

Powered by Google App Engine
This is Rietveld 408576698