Releases: datatheorem/TrustKit-Android
Releases · datatheorem/TrustKit-Android
1.1.3
- Added helper classes
OkHttp2Helper
and OkHttp3Helper
to facilitate using TrustKit with OKHttp (#63 ).
1.1.2
- Fixed "Policy contains 0 domains to pin" errors for network security policies that do not have any entry related to pinning (#53).
1.1.1
- Added the ability to configure local broadcasts for receiving pinning failure reports (#50).
- Fixed "invalid domains" errors for network security policies that do not configure a pin-set (#49).
1.1.0
- Added getAllPolicies() - thanks to @tomoyukim !
- Added demo application in Kotlin.
- Fixed some unit tests.
- Changed Android version number check in
TrustKit
to support newer versions.
1.0.3
- Change
DomainValidator
to include localhost
1.0.2
- Change README to add more precise instructions for the different versions of OkHttp supported
- Add back all the features of the
OkHostnameVerifier
1.0.1
- Added support for Basic Auth to the
BackgroundReporterTask
.
- Bug fix for supporting non-pinned subdomains in a nested configuration.