https://github.com/m1ga/ti.sslcheck
https://github.com/m1ga/ti.sslcheck
android ssl-certificates titanium-mobile titanium-module
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m1ga/ti.sslcheck
- Owner: m1ga
- License: mit
- Created: 2022-05-16T17:51:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T07:55:42.000Z (over 3 years ago)
- Last Synced: 2025-03-29T01:13:12.737Z (about 1 year ago)
- Topics: android, ssl-certificates, titanium-mobile, titanium-module
- Language: C
- Homepage:
- Size: 5.59 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SSL Check
Titanium module to get infos about the SSL / TLS certificate.
## Events
* sslCheck (on the `securityManager` proxy)
### Event Properties
|Name|Android|iOS|
|-|-|-|
|`fingerprint`|✅|✅|
|`issuedByCName`|✅|⚪️|
|`issuedByDName`|✅|✅|
|`issuedByOName`|✅|⚪️|
|`issuedByUName`|✅|⚪️|
|`issuedToCName`|✅|⚪️|
|`issuedToDName`|✅|⚪️|
|`issuedToOName`|✅|⚪️|
|`issuedToUName`|✅|⚪️|
|`validNotAfter`|✅|⚪️|
|`validNotBefore`|✅|⚪️|
## Usage
Same as the appcelerator.https module: create a `createSecurityManager` and attach it to `securityManager` of your HTTPClient connection.
_Note:_ `securityManager` is "creation only".
## License
MIT
## Example
For a full example have a look at: example/app.js