Questions tagged [trustkit]
9 questions
6
votes
1 answer
react native trustkit dependency: could not find com.datatheorem.truskit:trustkit-android
I'm following this guide to setup trustkit SSL pinngin:
https://github.com/datatheorem/TrustKit-Android
I'm getting an error trying to install the trust kit dependency
my build.gradle looks like this
dependencies {
implementation fileTree(dir:…

Omar
- 8,374
- 8
- 39
- 50
5
votes
2 answers
Implementing ssl pinning in a react-native application using TrustKit iOS
I'm trying to implement SSL pinning in a react-native application (RN 0.60) and I'm using Trustkit.
Following the guide posted in https://github.com/datatheorem/TrustKit these are the step that I've done:
1) Install TrustKit pod using pod 'TrustKit'…

Auticcat
- 4,359
- 2
- 13
- 28
3
votes
0 answers
How to implement cert pinning with public keys in Node.js?
Is there an equivalent library like TrustKit that handles cert pinning with public keys hashes for Node? Or an http client that incorporates the pinning like OkHttp does for Android?

Yarn
- 238
- 1
- 12
2
votes
1 answer
Cannot compile app with Carthage dependencies after Xcode update
After Xcode auto update to version 13.2.1, I can't build project with Carthage dependencies manager.
With one framework got from here: https://gitlab.com/trustpayments-public/mobile-sdk/ios
I get the error following:
Module compiled with Swift 5.5…

stanislaw.sobczyk
- 71
- 6
2
votes
0 answers
AppDelegate.m error while building: Use of undeclared identifier '_trustKitConfig'
Here's what I have in AppDelegate.m:
#import "AppDelegate.h"
#import
#import
#import
#import
#import
#import…

AlexUA
- 667
- 1
- 5
- 13
2
votes
0 answers
TrustKit through exception: Tried to generate the SPKI hash for an unsupported key algorithm
The exception
Tried to generate the SPKI hash for an unsupported key algorithm
happens a lot to a very small amount of our users.
Is this a bug or is TrustKit doing its job against potential hackers?
Call stack:
0 CoreFoundation …

Avi Cohen
- 3,102
- 2
- 25
- 26
0
votes
0 answers
I have added a TrustKit.xcframework into my SDK project which is in Swift but when I am trying to use my SDK into my demo swift project
Added a TrustKit.xcframework into my SDK project which is in Swift but when I am trying to use my SDK into my demo swift project through development pods,it’s giving below error.
dyld[62372]: Library not loaded:…

kiran kumar
- 173
- 1
- 6
0
votes
0 answers
SSL pinning in React Native
How to incorporate SSL pinning in React Native using axios for api calls.
I came across TrustKit but my continues efforts to use the same ends up crashing my app. I tried both the ways of adding TrustKit.
Via…

Veeki
- 1
- 1
0
votes
1 answer
Private consuming NSDictionary property
I'm currently implementing TrustKit SSL Pinning on a React Native project.
Due to another library on my XCode project, which does already install TrustKit Cocoapod I am not be able to refer it directly anymore, that's why I'm trying to call it in a…

Fonts
- 67
- 1
- 5