Skip to content

1.3.1

Compare
Choose a tag to compare
@nabla-c0d3 nabla-c0d3 released this 08 Jun 23:08
· 489 commits to master since this release
  • Added two extra fields to the pinning failure reports:
    • "trustkit-version": the version number of the TrustKit library embedded within the App.
    • "enforce-pinning": whether TrustKit was configured to block the connection.
  • Fixed a rare crash triggered when sending a report and due to a SecTrustRef object being unexpectedly released.
  • A TrustKit configuration must now contain two different pins for each domain (including a backup pin).
  • A TrustKit configuration must now specify a value for the kTSKSwizzleNetworkDelegates setting, which controls whether the App's network delegates should be swizzled to automatically add SSL pinning validation. See the Getting Started guide for more information.