Yar

Results 34 comments of Yar

@phoerious I'm sorry, but it seems that there is still no solution for global hotkeys in Wayland community (https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/73, #2281). Could we please merge this, for now, as it's preventing...

I'll update PR soon, addressing all the comments, thank you!

I'm sorry, as this is approved, what are my next steps? Do I need to press some button?

I've just generated new key via `gpg --edit-card -> addcardkey`, and still the same problem Also, verification of generated cert works, so, it's only openssl which cannot parse certificate.

@iamjackg Thank you a lot for working on this feature, which could be killer-feature for terminator. I've tried this MR today, and yes, terminator runs some tmux'es, but I cannot...

Very good question - I tried to find the way. It seems that in yubikey-manager, they use Yubikey-specific command to detect firmware version (https://github.com/Yubico/yubikey-manager/blob/main/yubikit/openpgp.py#L1018), which, I thought, is not the...

Hmm, is this ATR standard command? I did not want to use vendor-specific commands to detect version etc, to not cause issues with other tokens.

I was thinking, that there is already ATR matching, by pgp_atrs, and there is even flags field - so, I can add flag there, to allow Yubikey-specific commands/workarounds. But, I...

Please, check new commit - I added new flag, used it to select proper pgp_select_data..., and in pgp_select_data_yubikey I'm checking for Yubikey version, to see if it should try Yubikey-specific...