Don't look at decryption algorithm in yubikey specific code#697
Don't look at decryption algorithm in yubikey specific code#697jcgruenhage wants to merge 2 commits intomssun:masterfrom
Conversation
ffa9fa8 to
982a052
Compare
|
@mssun can you take a look? I'd love to be able to use this app, but this keeps me from doing so right now. |
I can't judge the code changes, but I can probably help you with the build issue. Did you run As for Xcode, make sure that your installation is selected using |
|
Regarding Xcode: The full log of that script: |
That's exactly the problem. CommandLineTools brings only basic tools but is not sufficient to develop apps. You need to install a full Xcode and select it. |
|
That was it, yes. It builds successfully, but I can't test the changes on my device: Maybe it'd be possible to get this into testflight? |
This is something @mssun needs to decide. |
|
I have gotten access to a developer team, allowing me to test this: It does not work. Instead of failing in the app, the smartcard says that the data it receives is not correct. I haven't looked further yet, will update the PR once I do. |
I'm new to the Apple Ecosystem. I've tried building this locally, but can't get past
./gomobile: -target="ios" requires Xcode, even though XCode is installed.Corresponding issue #696