0

I have two requirements as follows.

  1. I have a requirement in my iPhone App that the SSL certificate details of the https enabled webpage should be read and stored into my app. This could be done in background process or at the time of loading the webpage in UIWebView controller. Is it possible? If so, can you please provide the Objective-C code to get the details.

  2. Is it possible to verify the Extended Validation(EV) certificate of a https enabled webpage? If so, please provide the Objective-C code for this.

Many thanks in advance.

Mahesh

Mahesh
  • 1
  • 1
  • 3

1 Answers1

0

Sadly, the answer to 1 is that you cannot do it. There is no way to provision a SSL certificate to any keychain access list (other than the Apple one) other than including it in the bundle. See my related question:

Finding a certificate on iOS

Community
  • 1
  • 1
Rog
  • 17,070
  • 9
  • 50
  • 73