-
Notifications
You must be signed in to change notification settings - Fork 382
Releases: datatheorem/TrustKit
Releases · datatheorem/TrustKit
3.0.7
@quantumdark
quantumdark
a94f27b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
3.0.6
@quantumdark
quantumdark
cd54e29
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Add support for RSA with 3072 bit length
- Improve SPKI cache thread safety and handle protected data availability
- Skip static runtime initialization method based on the compiler flag
DISABLE_INIT_WITH_INFO_PLIST - bugfixes
Assets 2
3.0.4
What's Changed
- Add a Privacy Manifest declaring TrustKit's usage of the
NSUserDefaultsAPI. #326
Full Changelog: 3.0.3...3.0.4
Assets 2
3 people reacted
3.0.3
- fixed a crash on iOS 17beta
Assets 2
5 people reacted
3.0.2
- Fix warnings when building with Xcode 14.3
Assets 2
3.0.1
- 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
Assets 2
2 people reacted
3.0.0
- Replaced usage of deprecated methods
SecTrustCopyPublicKey(),SecTrustGetCertificateAtIndex()andSecTrustEvaluate() (削除) 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
Assets 2
2.0.1
Assets 2
2 people reacted
2.0.0
Assets 2
1.7.0
- 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).