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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com