summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h')
-rw-r--r--web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h b/web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h
deleted file mode 100644
index 13537455c..000000000
--- a/web/server/h2o/libh2o/deps/ssl-conservatory/ios/SSLCertificatePinning/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// ISPPinnedNSURLConnectionDelegate.h
-// SSLCertificatePinning
-//
-// Created by Alban Diquet on 1/14/14.
-// Copyright (c) 2014 iSEC Partners. All rights reserved.
-//
-
-
-/** 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.
-
- */
-@interface ISPPinnedNSURLConnectionDelegate : NSObject
-
-- (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge;
-
-@end