Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tls-inspector/tls-inspector
Easily view and inspect X.509 certificates on your iOS device.
https://github.com/tls-inspector/tls-inspector
gplv3 https ios-app security ssl ssl-certificates tls tls-inspector x509
Last synced: 2 days ago
JSON representation
Easily view and inspect X.509 certificates on your iOS device.
- Host: GitHub
- URL: https://github.com/tls-inspector/tls-inspector
- Owner: tls-inspector
- License: gpl-3.0
- Created: 2016-03-30T19:31:42.000Z (almost 9 years ago)
- Default Branch: app-store
- Last Pushed: 2024-04-15T04:17:38.000Z (9 months ago)
- Last Synced: 2024-05-01T12:52:23.917Z (9 months ago)
- Topics: gplv3, https, ios-app, security, ssl, ssl-certificates, tls, tls-inspector, x509
- Language: Objective-C
- Homepage: https://tlsinspector.com/
- Size: 227 MB
- Stars: 156
- Watchers: 13
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Governance: .github/GOVERNANCE.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - TLS Inspector
README
# TLS Inspector
[![Download](https://img.shields.io/itunes/v/1100539810.svg?label=iTunes%20App%20Store&logo=apple&style=flat)](https://tlsinspector.com/download.html)
[![LICENSE](https://img.shields.io/github/license/tls-inspector/tls-inspector.svg?logo=gnu&style=flat)](https://github.com/ecnepsnai/ds/blob/app-store/LICENSE)
[![Follow](https://img.shields.io/mastodon/follow/109742126529751070?domain=https%3A%2F%2Finfosec.exchange&logo=mastodon&logoColor=white&style=flat)](https://infosec.exchange/@tlsinspector)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6942/badge)](https://bestpractices.coreinfrastructure.org/projects/6942)TLS Inspector is a free & open-source iOS app that enables you to inspect, analyze, and troubleshoot TLS connections.
**[Learn More about TLS Inspector »](https://tlsinspector.com/about.html)**## Project Structure
This is the Git repository for the TLS Inspector application. You will find the source code for the application's front-end interface in `tls-inspector/`. The share-extension is located in `inspect-website/`. The back-end source used for fetching and examining certificate data is located in `CertificateKit/`.
## Building
Please see [BUILDING](https://github.com/tls-inspector/tls-inspector/blob/app-store/BUILDING.md) for information on how to build TLS Inspector yourself.
## Sharing & Licensing
The TLS Inspector application, which includes the front-end application and the share extension are GPLv3 licensed.
The back-end framework, CertificateKit, is LGPLv3 licensed.
The name "TLS Inspector" and associated brand imagery such the TLS Inspector logo are copyrighted material and may not be reused without permission.