Displaying untrusted certificate information in iOS app
Displaying untrusted certificate information in iOS app
- Subject: Displaying untrusted certificate information in iOS app
- From: Devarshi Kulshreshtha <email@hidden>
- Date: Sat, 16 Nov 2013 20:41:11 -0600
In my iOS app, I am trying to connect to a server, which has untrusted
certificate.
I am handling this situation by following the procedure as specified in
this url:
https://developer.apple.com/library/mac/documentation/cocoa/conceptual/urlloadingsystem/Articles/AuthenticationChallenges.html
This is working fine.
Now I have one requirement, in which I need to show details related to the
certificates such as:
1. Name
2. Location
3. Organization Unit
4. Email address
5. Not valid before date
6. Not valid after date
7. Signature algorithm
Now I have few questions:
Q1. How can I obtain above enlisted information? Is there any cocoa API to
provide the same?
Q2. Generally in a web browser it presents all details related to that
certificate. Do we need to follow the same behavior in an iOS app?
Please suggest.
--
Thanks,
Devarshi
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden