Jorge Luis Betancourt

Results 45 comments of Jorge Luis Betancourt

I finally got my hands on an external keyboard with Touch ID for testing this properly. Sadly I'm not able to reproduce the issue: https://user-images.githubusercontent.com/1291846/187300210-b4255633-bb1e-41bb-ba7e-29c0023d5341.mp4 as shown in the video,...

Interesting, in this case it seems that pinentry-touchid (or rather go-assuan/pinentry) is behaving as expected (partially) if `--clear` is passed by the agent the KeyInfo is cleared. But, TBH I'm...

Hi @congoelmex, Thanks for opening this issue. Unfortunately I haven't tested pinentry-touchid in macOS Monterey just yet. @Gby56 are you also running in macOS Monterey? I will post here as...

From this error: ``` 2021/11/24 01:49:42 main.go:256: Error calling pinentry-mac: unexpected response: ERR 83918950 Inappropriate ioctl for device ``` it seems that pinentry-touchid is falling back to pinentry/pinentry-curses instead of...

@congoelmex even if you don't see the option to save in the Keychain in the pinentry-mac UI, pinentry-touchid should still create an item in the keychain automatically, as long as...

Oh, interesting I hadn't considered this use case TBH 😅.

Hi @nemscep I get the feeling that maybe `pinentry-touchid` is not falling back to pinentry-mac. Can you check the output of: ``` $ /usr/local/bin/pinentry-touchid -check ``` and also include the...

Could you enable the debug options for gpg-agent? It seems that it is sending something to pinentry-touchid and but it is just getting an `END` as a reply? I haven't...

Can you verify if invoking `/usr/local/bin/pinentry-mac` directly in a terminal shows something like: ``` ~ ❯❯❯ /usr/local/bin/pinentry-touchid OK Hi from pinentry-touchid! ``` Could you also attach the output from `gpgconf`...

> thanks a lot for taking a look into this :) Any time! Glad that you are willing to give it a try! From the `gpgconf` output I see that...