-
Notifications
You must be signed in to change notification settings - Fork 16
CAs used by Google Software
Jakob Schlyter edited this page Nov 9, 2013
·
1 revision
Chrome trusts root certificates included by the underlying operating system:
- Microsoft: see above
- Apple OS X: see above
- Linux: NSS
- Android: NSS, see below
More information:
- http://www.chromium.org/Home/chromium-security/root-ca-policy
- http://src.chromium.org/viewvc/chrome/trunk/src/net/cert/ev_root_ca_metadata.cc
All root certificates pulled from NSS.
All root certificates mostly pulled from NSS, although this may be changed by devices manufacturers or carriers.
- https://android.googlesource.com/platform/libcore/+/master/CaCerts.mk
- https://android.googlesource.com/platform/libcore/+/master/luni/src/main/files
- https://android.googlesource.com/platform/libcore/+/master/luni/src/main/files/cacerts/
- http://www.andreabaccega.com/blog/2010/09/23/android-root-certification-authorities-list/