TrustKit Versions Save

Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.

3.0.4

1 month ago

What's Changed

Full Changelog: https://github.com/datatheorem/TrustKit/compare/3.0.3...3.0.4

3.0.3

8 months ago
  • fixed a crash on iOS 17beta

3.0.2

1 year ago
  • Fix warnings when building with Xcode 14.3

3.0.1

1 year ago
  • Enabled multipath service type handover on iOS for all NSURLSessions
  • Removed use of IDFV on iOS and tvOS
  • Restored minimum OS versions to v3.0.1 to iOS 12+, macOS 10.13+, tvOS 12+ or watchOS 4+ App

3.0.0

1 year ago
  • Replaced usage of deprecated methods SecTrustCopyPublicKey(), SecTrustGetCertificateAtIndex() and SecTrustEvaluate()
  • Updated minimum OS versions to iOS 14+, macOS 11+, tvOS 14+ and watchOS 7+
    • Restored minimum OS versions in TrustKit v3.0.1 to iOS 12+, macOS 10.13+, tvOS 12+ or watchOS 4+ App

2.0.1

1 year ago
  • Fixed a crash when running into a cache failure (#261).

2.0.0

2 years ago
  • Fixed crashes when encountering an unsupported public key algorithm (#250, #252).
  • Dropped support for iOS 11 and tvOS 11.

1.7.0

3 years ago
  • Fixed crash when encountering an invalid domain name (#210).
  • Fixed crash when encountering an unsupported public key algorithm (#211).
  • Fixed support for Carthage and the Swift Package Manager (#222).
  • Added "Dynamic" and "Static" products to the Swift Package Manager configuration to allow choosing the linking style (#234).
  • Dropped support for iOS 10, macOS 10.12, tvOS 10 and watchOS 3 (#232).

1.6.5

4 years ago
  • Bug fix for supporting the Swift package manager (#220).

1.6.4

4 years ago
  • Added support for the Swift package manager (#214).