TrustKit-Android
TrustKit-Android copied to clipboard
Easy SSL pinning validation and reporting for Android.
**Describe the bug** Below exception is thrown when I init the trust kit for android using below line `TrustKit.initializeWithNetworkSecurityConfiguration(context)` java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/preference/PreferenceManager; at com.datatheorem.android.trustkit.utils.VendorIdentifier.getOrCreate(VendorIdentifier.java:24) at com.datatheorem.android.trustkit.TrustKit.(TrustKit.java:209) at com.datatheorem.android.trustkit.TrustKit.initializeWithNetworkSecurityConfiguration(TrustKit.java:321)...
**Is your feature request related to a problem? Please describe.** We just ran into the problem described in #21: when the main activity's `onCreate` is called a second time an...
**Is your feature request related to a problem? Please describe.** TrustKit-Android can’t support multi under the same This means it only deploys SSL public key pinning at the last domain,...
**Describe the bug** Uploading report would fail with "Pin verification failed" if `report-uri` has same domain as the domain for which the pinning failed. This is most likely case for...
**Is your feature request related to a problem? Please describe.** The AsyncTask API is getting [deprecated](https://developer.android.com/reference/android/os/AsyncTask). However we're using it in the reporting process. We should move away to implement...
**Is your feature request related to a problem? Please describe.** I am not able to create an instance of TrustKit locally just within my library project. It only allows to...
**Describe the bug** Hi, there seems to be an Android framework issue when building instant app on Android 7 where Truskit fails to initialize. After debugging, the root cause is...
I am receiving below error in API java.lang.IllegalStateException: Unable to load publicsuffixes.gz resource from the classpath.
Hello all **Is your feature request related to a problem? Please describe.** Dynamically initialise trustkit on android. **Describe the solution you'd like** It would be great to be able to...
**Describe the bug** When using the TrustKit on 5.0 device, I am getting javax.net.ssl.SSLHandshakeException: Certificate validation failed for ... When checking the log, it has correct parameters: E/CERT ERROR: "include-subdomains":...