TrustKit icon indicating copy to clipboard operation
TrustKit copied to clipboard

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

Results 46 TrustKit issues
Sort by recently updated
recently updated
newest added

Hi, Im trying build the project TrustKit (https://github.com/datatheorem/TrustKit) for mac Catalyst: ``` /Applications/Xcode_14.2.app/Contents/Developer/usr/bin/xcodebuild -project TrustKit.xcodeproj -scheme TrustKit -destination "platform=iOS,variant=Mac Catalyst" -configuration Release build CONFIGURATION_BUILD_DIR=build/Release-mac-catalyst ONLY_ACTIVE_ARCH=YES ``` Error: ``` xcodebuild: error:...

Provides XCF for issue #282 - tested with CLT's Xcode 14.3 on Mac M1 Test/run using `./xcbuild.sh` in root path. Output will be found in `./lib` path.

When using TrustKit Xcode 14.1 gives runtime warnings. Even happens with example project as well as our own app. ![Screenshot 2022-11-17 at 9 10 13](https://user-images.githubusercontent.com/29195184/202380052-6a0ff7dd-2f87-4fa7-9b5a-e0c489a3329b.png)

Hi, I have a published app using TrustKit. Sometimes I received crash logs from Crashlytics `Fatal Exception: TrustKit was not initialized TrustKit must be initialized using +initSharedInstanceWithConfiguration: prior to accessing...

When building the project, I get the following error: "clang: error: there is no such file or directory: '/Users/name User/Library/Developer/Xcode/DerivedData/ProjectName/Build/Products/Debug-iphonesimulator/libTrustKit_Static. a " The Ld command failed with a non-zero exit...

> warning: Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode. (in target 'TrustKit' from project 'TrustKit')

Hi, Im getting error for: ``` === TrustKit: Error - public key algorithm or length is not supported === TrustKit: Error - could not generate the SPKI hash for clarolivrosaudiobooks.claro.com.br...

Hi, In file `TSKPinningValidator_Private.h` the import was removed `#import "TrustKit.h"`, witch cause error when build, because the types are now unknown. Thanks.