Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.77k stars 782 forks source link

Better trustmanager #28

Closed jakev closed 7 years ago

jakev commented 7 years ago

This PR adds additional support to the TrustManagerImpl class. Previously, we were only hooking 1/3 methods that could be used. This commit adds the remaining 2.

It also updates gradle and the build tools to the most recent versions.

Fuzion24 commented 7 years ago

Thanks =)