ISPPinnedNSURLSessionDelegate Class Reference

Inherits from NSObject
Declared in ISPPinnedNSURLSessionDelegate.h
ISPPinnedNSURLSessionDelegate.m

Overview

Convenience class to automatically perform certificate pinning for NSURLSession.

ISPPinnedNSURLSessionDelegate is designed to be subclassed in order to implement an NSURLSession class. The URLSession:didReceiveChallenge:completionHandler: method it implements will automatically validate that at least one the certificates pinned to the domain the connection is accessing is part of the server’s certificate chain.