Skip to content

1.2.5

Compare
Choose a tag to compare
@nabla-c0d3 nabla-c0d3 released this 29 Feb 22:00
· 547 commits to master since this release
  • Fixed TSKPinningValidator to reject invalid certificate chains when TrustKit is configured to not enforce pinning.
  • Improved performance and reliability by persisting the Subject Public Key Info cache to the filesystem across App restarts. This will reduce TrustKit's reliance on the Keychain to extract SPKIs from certificates, thereby speeding up the pinning validation process and also mitigating random Keychain errors (such as https://github.com/DinosaurDad/Keychain-34018).