https://github.com/browserstack/ios-native-app-certificate-pinning
Demo iOS App for self-signed SSL certificate validation using Certificate bundling and pinning process (Use case 1: App data sync with HTTPs servers, Use case 2: App using UIWidgets like WebView)
https://github.com/browserstack/ios-native-app-certificate-pinning
Last synced: about 1 year ago
JSON representation
Demo iOS App for self-signed SSL certificate validation using Certificate bundling and pinning process (Use case 1: App data sync with HTTPs servers, Use case 2: App using UIWidgets like WebView)
- Host: GitHub
- URL: https://github.com/browserstack/ios-native-app-certificate-pinning
- Owner: browserstack
- Created: 2020-07-22T04:51:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T12:24:58.000Z (over 2 years ago)
- Last Synced: 2025-03-05T13:26:50.992Z (about 1 year ago)
- Language: Swift
- Size: 19.5 KB
- Stars: 1
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ios-native-app-certificate-pinning
Demo iOS App for self-signed SSL certificate validation using Certificate bundling and pinning process (Use case 1: App data sync with HTTPs servers, Use case 2: App using UIWidgets like WebView)
- This repository contains 2 separate iOS XCode projects for each of the above use cases demonstrating a sample code segment for certificate bundling and pinning process.
- Please refer to the README files within each of the modules IOSHTTPSConnCertPinning and IOSWebViewCertPinning for a detailed README to setup each of the respective projects.