datatheorem / TrustKit

Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.
MIT License
2.01k stars 362 forks source link

Crash in TrustKit.m - Line 146 -[TrustKit initWithConfiguration:sharedContainerIdentifier:isSingleton:] + 146 #274

Closed granhokain closed 2 years ago

granhokain commented 2 years ago

Environment Xcode version: 12.5 TrustKit Pod version: 2.0.0 Language: Swift

Hi, We are using the trustKit for SSL Pinning in our application. We recently noticed in crashlytics an increase in the crash rate from TrustKit (although I've never been able to reproduce it locally). I believe there must be some problem in the parse( parse_configuration.m - Line 72), when the certificate information is parsed. Could you check what is happening to be adjusted for the next version?