Post

Replies

Boosts

Views

Activity

TLS certificate authentication using my CryptoTokenKit plugin
I have written a CTK plugin for iOS and Safari can now authenticate with web sites that require client authentication (certificaterequest/certificateverity). However, a WKWebView in my own app never accesses my CTK plugin for authentication. I need WKWebView TLS to be able to use my CTK just like Safari does. Is there a solution for this?
4
0
1.4k
Oct ’20
Sample App for iOS CryptoTokenKit?
Xcode 12 doesn't have a template for adding a CryptoTokenKit extension. When I work around this and add my own based off of MacOS I can get my project to build but when I try to run the app on iOS 14, Xcode says Unable to install "xxx" The console log for iOS says this (may not be related): trustd[158]/1#8 LF=0 copyparentcertificates Error Domain=NSOSStatusErrorDomain Code=-34018 "Client has neither application-identifier nor keychain-access-groups entitlements" UserInfo={NSDescription=Client has neither application-identifier nor keychain-access-groups entitlements} I have Xcode signing my extension and adding as Embed without signing under Frameworks...
3
0
1.1k
Jul ’20