Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to programmatically access the iPhone trusted certificate store?

I need to get the certificates from the iOS built-in (X.509) certificate store, and be able to read/parse them in order to decide whether to trust a server or not. Any idea what the APIs are to do this?

Thanks!

like image 708
mindthief Avatar asked Nov 04 '10 22:11

mindthief


1 Answers

iOS will do all the trust evaluation for you.

The iOS Certificate, Key, and Trust Services Reference is a good place to start.

like image 190
Jon-Eric Avatar answered Sep 23 '22 18:09

Jon-Eric