New comment by vigoux on void-packages repository https://github.com/void-linux/void-packages/pull/38021#issuecomment-1189886222 Comment: Hi, since I updated GPG I am now getting an error on my machine when using my yubikey (and scdaemon in ccid mode). After looking at scdaemon logs, here is what I get: ``` 2022-07-20 08:31:23 scdaemon[1849] detected reader 'Yubico YubiKey OTP+FIDO+CCID 00 00' 2022-07-20 08:31:23 scdaemon[1849] DBG: Curve with OID not supported: 2b240303020801010d 2022-07-20 08:31:23 scdaemon[1849] error selecting additional app 'openpgp': Card Error - skipped ``` Any idea about how I can fix that ? For the record, everything worked marvelously well before. EDIT: For the record, here are the description of the three keys I have on my yubikey: ``` sub rsa4096 2020-11-02 [S] [expire : 2022-11-02] sub ed25519 2021-12-03 [A] [expire : 2022-12-03] sub brainpoolP512r1 2021-12-08 [E] [expire : 2022-12-08] ``` And after using `gpg-card`, I get the following: ``` Reader ...........: Yubico YubiKey OTP FIDO CCID 00 00 Card type ........: yubikey Card firmware ....: 5.4.3 Serial number ....: Application type .: PIV Version ..........: 1.0 Displayed s/n ....: PIN retry counter : [error] [error] - PIV authentication: [none] keyref .....: PIV.9A Card authenticat. : [none] keyref .....: PIV.9E Digital signature : [none] keyref .....: PIV.9C Key management ...: [none] keyref .....: PIV.9D ```