Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Have you managed to retrieve an "official" list? – stoilkov Sep 30 '12 at 22:58

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.