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

Side by Side 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, 4 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 unified diff | Download patch
OLDNEW
1 Name: Network Security Services (NSS) 1 Name: Network Security Services (NSS)
2 URL: http://www.mozilla.org/projects/security/pki/nss/ 2 URL: http://www.mozilla.org/projects/security/pki/nss/
3 Version: 3.23 RTM 3 Version: 3.23 RTM
4 Security Critical: Yes 4 Security Critical: Yes
5 License: MPL 2 5 License: MPL 2
6 License File: LICENSE 6 License File: LICENSE
7 7
8 This directory includes a file from NSS's libssl from the hg repo at: 8 This directory includes a file derived from NSS's libssl, from the hg repo at:
9 https://hg.mozilla.org/projects/nss 9 https://hg.mozilla.org/projects/nss
10 10
11 The snapshot was updated to the hg tag: NSS_3_23_RTM 11 The snapshot was updated to the hg tag: NSS_3_23_RTM
12
13 Local Modifications:
14 Files are forked from Mozilla's because of the heavy adaptations necessary.
15 Differences are using Chromium libraries instead of Mozilla's, matching the
16 Chromium style, and returning the certificate chain built.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698