Doug Engert
Doug Engert
Can you rebase this on #2506 as this is about to be committed. Or I can do it on Monday.
There are some changes in asn1.c in master. If you could try that. A hex dump of the data read in `read_transp` would be helpful to see what is the...
One more thing. You are running this out of the build directories. Are you sure it is using the build libraries and not the installed libraries? Can you step into...
@loicm The key to solving this is in your [See Logs](https://gist.github.com/loicm/7e50eaf07787b51b6fcd776b4b9e59cd#file-eidenv-error-log) But you deleted the data in line 2 `// [Deleted data from the eid card]` With that data, anyone...
[3F00_DF01_4031.gz](https://github.com/OpenSC/OpenSC/files/1789696/3F00_DF01_4031.gz) looks good. Simple TLV. But it also has an additional entry: `11 14 fc 82 37 91 2c 54 d1 09 74 79 d1 03 98 e3 b7 18...
Try `pkcs11-tool --test --login`
Sorry, the previous comment was too short. `pkcs11-tool --test` does not test ECC keys. Try `pkcs11-tool -O --login` See if IDs on matching certificates, public keys and private keys match....
You have 2 private keys: ``` Private Key Object; RSA label: Encryption key ID: 02 Usage: decrypt, unwrap Access: sensitive, always sensitive, never extractable, local Private Key Object; RSA label:...
[OpenSSH 8.9](https://www.openssh.com/txt/release-8.9) released February 23, 2022 So it needs to be looked at too. I will try and look at: https://github.com/openssh/openssh-portable to see if something might have changed too.
How long? I find it strange that they would use the same key for signatures and encryption.