datatheorem / TrustKit-Android

Easy SSL pinning validation and reporting for Android.
MIT License
584 stars 87 forks source link

Not working on Android 19 #47

Closed soumyamishra89 closed 5 years ago

soumyamishra89 commented 5 years ago

The trustkit setup works perfectly on Android 21 and above but it fails in Android 19.

here is my network-security config file:

`

endpoint hash1 hash2

`

The issue is when a different pin hash is provided, it still allows connection.

legion-zver commented 5 years ago

Works only with certificates and if the flag is debug (look at the source code, there's a tremor)