Skip to content

Releases: wultra/ssl-pinning-ios

1.7.0

07 Oct 12:00
5a88437
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.7.0

1.6.0

01 Mar 20:06
ff4b3fe
Compare
Choose a tag to compare
  • minimal version iOS & tvOS 12
  • added support for PowerAuth 1.8.x

1.5.0

16 Mar 12:14
Compare
Choose a tag to compare
  • Added support for Swift Package Manager (#23)
  • Minimum supported iOS version changed to 11+
  • Library now supports tvOS 11+
  • Library now depends on PowerAuth mobile SDK 1.7.x

1.4.0

04 Oct 14:55
Compare
Choose a tag to compare
  • Fixed compatibility with PowerAuth SDK 1.6.x and later (#19)

1.3.2

03 Dec 16:43
Compare
Choose a tag to compare
  • Library now prints HTTP requests & responses to debug log (feature #14)
    • Use WultraDebug.verboseLevel = .all in DEBUG build to print internal requests and responses.

1.3.1

25 Nov 10:37
Compare
Choose a tag to compare
  • Fixed compatibility with servers that return response headers with lowercased names (issue #12)
  • Now it's possible to connect to development servers with invalid SSL certificate (feature #11)

1.3.0

01 Oct 11:43
Compare
Choose a tag to compare

1.2.0

04 Oct 08:42
Compare
Choose a tag to compare
  • Now it's possible to configure multiple fallback certificates (PR #6)
  • Note that if the wrong fallback certificate data is provided, then the fatal error is thrown (#7)

1.1.1

16 Aug 14:06
Compare
Choose a tag to compare
  • Library is now compatible with Swift 5

1.1.0

22 Oct 15:44
Compare
Choose a tag to compare
  • Improved CertStore.validate() method behavior. See issue #3 for details.