Doug Engert
Doug Engert
Further evidence shows the OpenSC OIDs were correct and the comment from https://lapo.it/asn1js/ "OBJECT IDENTIFIER 1.3.6.1.4.1.11591.15.1 curve25519 (GNU encryption algorithm)" is misleading. ``` gpg-card factory-reset generate --algo=rsa2048 OPENPGP.3 generate --algo=ed25519...
@dlegaultbbry I have pushed additional commits to https://github.com/dengert/OpenSC/tree/X25519-improvements-2 Can you have a look at these.
I will look at these. The common code in OpenSC, including pkcs11-tool, is designed to work with the [Ed|X][25519|448] curves using the RFC 8410 names or OIDs and the older...
Some updates on better support for Montgomery curves, the "X..." ones, in https://datatracker.ietf.org/doc/html/rfc8410 which also relates to https://github.com/OpenSC/OpenSC/discussions/3118 https://github.com/OpenSC/OpenSC/issues/3000 https://github.com/OpenSC/OpenSC/pull/3090 OpenSSL only supports RFC 8410, but with some tests I...
Well it turns out my test script was using the OpenSSL private key rather then the public key as the peer pubkey. Here is revised script that works: [test.chances.of.key.working.sh.txt](https://github.com/OpenSC/OpenSC/files/15263862/test.chances.of.key.working.sh.txt) So...
Installing the OpenSC minidriver does not register the PIV cards to use OpenSC. Microsoft has built in PIV driver and most (if not all) PIV card vendors provide their own...
It looks like you did not create a 9D key and certificate: W10 says: `AES256+RSAES_OAEP(RSA:CNG) test FAILED: Cannot find the certificate and private key to use for decryption. 0x8009200c (-2146885620...
Other Secure Messaging (SM) commands appear to work, but the decipher at line 2800 `99 02 6F 83 8E 08 59 74 29 E1 22 A6 56 30 6F 83`...
@zepingouin @faryon93 Where did you buy these tokens? All the Feitian web site I can find do not have any "red" tokens. Maybe time to pitch these.
@drodgers-immt @faryon93 @zepingouin Thanks for the updates. And @xaqfan who has made several changes to OpenSC in this area. To get a handle on what each of us have and...