Skip to content

adegreiff/ti.sslcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Other 0.9%