ISPPinnedNSURLConnectionDelegate Class Reference

Inherits from NSObject
Declared in ISPPinnedNSURLConnectionDelegate.h
ISPPinnedNSURLConnectionDelegate.m

Overview

Convenience class to automatically perform certificate pinning for NSURLConnection.

ISPPinnedNSURLConnectionDelegate is designed to be subclassed in order to implement an NSURLConnectionDelegate class. The connection:willSendRequestForAuthenticationChallenge: 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.