Doug Engert
Doug Engert
> It is not a card type, it's a flag Then add a flag that is only used in OpenPGP driver in `card-openpgp.h` If you did want to have a...
@ya-isakov While looking at `card-openpgp.c` for #2952 I notice `pgp_get_card_features` called from `pgp_init` parses the ATR historical bytes expecting the card to follow the OpenPGP standards and provide some additional...
Can you try using 0.24.0-rc2? There are some changes in this area https://github.com/OpenSC/OpenSC/commit/c1828520d0c1e234eb848e3a5c9f46e8ed49553a
There is not a lot of information in the debug output. What OS? Do you have a different reader? The failure at `card-idprime.c:1057:idprime_compute_signature: The initial APDU did not return the...
I do not have a way to test this, but you can try: ``` diff --git a/src/libopensc/card-idprime.c b/src/libopensc/card-idprime.c index a3aedd98e..95e9e7c20 100644 --- a/src/libopensc/card-idprime.c +++ b/src/libopensc/card-idprime.c @@ -1055,7 +1055,7 @@ idprime_compute_signature(struct...
> On the side note, I also noticed that the pkcs11-tool prints the EC_PARAMS as an OID regardless of the content, resulting in some weird results (did not manage to...
Some additional comments about curves 25519, RFCs and PKCS11: [RFC7748](https://datatracker.ietf.org/doc/html/rfc7748) and [RFC8032](https://datatracker.ietf.org/doc/html/rfc8032) are "Request for Proposal" from: "Internet Research Task Force (IRTF)" and also say: > This document is not...
Additional info on 25519 curves: - RFC8410 Aug 2018 principal author [Simon Josefsson](https://datatracker.ietf.org/person/[email protected]) was the primary author of experimental [RFC 8032](https://datatracker.ietf.org/doc/rfc8032/) Jan 2017 - https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers lists OID 1.3.6.1.4.1.3029 and private...
Thanks for the fix, I have pushed two commits to X25519-improvements-2 that can be squashed at a later time. Most of the other changes are in pkcs15 and pkac11 routines...
@Jakuje @dlegaultbbry I am looking at https://github.com/OpenSC/OpenSC/blob/master/src/tools/pkcs11-tool.c#L149-L150 and we already know the 1159 should be 11591. and one of the printable string has an error. But it also looks like...