Doug Engert

Results 472 comments of Doug Engert

ECDSA support was added to OpenSC c34caeb6625fe80550b22f8e5740f9d8a6f198da in 2010-11-30 which Precedes: 0.12.2-rc1. The first card to use it was PIV c2fe4609 ECDSA was first added to `card-epass2003.c` 8d7346406d 2017-09-04. So...

> it would probably be appropriate to take firmware version from ATR (historical bytes, tag 6) ? Yes, but do we know all the different versions that may have been...

In first example you use EC:edwards25519 which is using the non-standard OID, and it is a printable name. Then this shows up as `130c656477617264733235353139 (OID 2.21.100.119.97.114.100.115.50.53.53.49.57)` which is all wrong....

@dlegaultbbry I have for pushed changes to https://github.com/dengert/OpenSC/tree/X25519-improvements-2 last night. All the pkcs11-tool changes are in first 7 commits: https://github.com/OpenSC/OpenSC/compare/master...dengert:OpenSC:X25519-improvements-2 Please have a look, and if looks OK I will...

> Changes look good to me for pkcs11-tool except this: https://github.com/dengert/OpenSC/commit/ae4381497588c4d0865ccd163a6d5217b0bf5600 The code is in the `show key` section which is only used to list out objects from `pkcs11-tool -O`...

The X25519-improvments-2 includes X448 On Tue, Feb 20, 2024, 12:38 PM Jakub Jelen ***@***.***> wrote: > as I mentioned in #2979 (comment) > for > now it does not provide...

> I know, but it will likely not make it to 0.25.0 as it is quite many changes and we have rc0 out now. I was not expecting it to...

It looks like -github/test-oseid.sh should use restart-pcscd.sh as this appears to affect `test-openpgp.sh` I will leave this up to @Jakuje Something like: ``` @@ -28,7 +28,9 @@ sudo mv tmp/reader.conf...

I have noticed it too. Are some of these tests running in parallel on the same machine? And if one test kills `pcscd` it could affect another test? Since `test-oseid.sh`...

I have seen: "Failed to generate key: Card command failed" The https://github.com/Yubico/ykneo-openpgp has not been updated in 8 years and applet has a security bug. Is there a better applets...