I can't find a list of authorities per Android SDK version anywhere. Most advice suggests running some code on a mounted device to determine the list of trusted root authorities for that device. This is simply not acceptable. If we're testing against a certain version, I need to know for that version, and each version above, what certificate authorities can we use? In particular, we need the CA to be trusted on Android 2.0+.
Asked
Active
Viewed 959 times
1
-
possible duplicate of [List of trusted CA in android?](http://stackoverflow.com/questions/3777058/list-of-trusted-ca-in-android) – President James K. Polk Aug 03 '11 at 21:22
-
I agree. It should be closed. – Aug 11 '11 at 19:41
-
I don't really agree as the list of trusted root authorities is dependent of the android version. This is a different question. – L. G. Feb 26 '13 at 15:53