Yar

Results 34 comments of Yar

@chris2511, it seems that there were two independent issues, both of them causes issue in same function, because openssl error is raised in some place, but not handled - and...

I has the same issue, and I've found that this relates to issues in OpenSC https://github.com/OpenSC/OpenSC/issues/1545, https://github.com/OpenSC/OpenSC/issues/1269. So, the solution would be to check if the key on token is...

This MR doesn't work for my Yubikey 5 NFC (trying it with pkcs11-tool -O) ``` P:1128981; T:0x139820467156928 17:56:35.473 [opensc-pkcs11] card-openpgp.c:1756:pgp_select_data: called P:1128981; T:0x139820467156928 17:56:35.474 [opensc-pkcs11] card-openpgp.c:1758:pgp_select_data: select data with: 0...

After checking APDUs of yubikey-manager, it seems that it's prepending length with data, already started with length. So, APDU sent by this MR is ```00 A5 00 04 06 60...

With my changes from https://github.com/OpenSC/OpenSC/pull/2288 (and wrapping APDU data, as I wrote in https://github.com/OpenSC/OpenSC/pull/2103#issuecomment-812895413), this MR shows me all ED25519/X25519 keys in pkcs11-tool.

Actually, I've updated the engine and retroarch itself, and cannot reproduce it anymore...

@chris2511 there is a discussion in https://github.com/ya-isakov/xca/commit/acb75afa6d33a150ab998e16bbb3159113e141a2#r82608593, please, consider it

@emersion Thank you for providing a list of privileged extensions, but I think that it should be separated on privacy-breaking ones, and not. My pull request is trying to keep...

As I said, this pull request is not about disabling all privileged protocols, it's about disabling **insecure** ones. With these protocols, user's privacy could be compromised, but not with other...

Good point, but, I think, that at least wlr-layer-shell should be enabled for now, as it is required for e.g. mako and bemenu. I can try to disable other listed...