Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: List of available trusted root certificates

Tags:

android

ca

Is there a android developer page that lists all of the trusted root CAs?

I know I can just pull the file, and list them using keytool - looking for a published web page.

like image 525
wuntee Avatar asked Jul 12 '11 14:07

wuntee


3 Answers

Coming too late to the party, but still... Although it is not an official document, you can find few lists of system trusted certificates taken from Android devices here.

like image 115
kibitzerCZ Avatar answered Sep 27 '22 21:09

kibitzerCZ


In Jelly bean you can find the trusted CA list by navigating to

Settings -> Security -> Trusted credentials.

like image 11
Hari Avatar answered Nov 09 '22 04:11

Hari


I haven't found an official page. However, here is shown how to get the list of trustes certs from an android device: http://www.andreabaccega.com/blog/2010/09/23/android-root-certification-authorities-list/

There are also all certs published which were found on an that particular Android 2.2 Froyo.

like image 2
OneWorld Avatar answered Nov 09 '22 06:11

OneWorld