Doug Engert

Results 472 comments of Doug Engert

The key to the problem is in the first 7 bytes of the "Outgoing APDU (1106 bytes):" which should look like: `80 74 08 93 00 04 52` (from the...

@CardContact Please have a look at this issue. The above APDU `80 74 08 93 00 04 4B` looks correct. (My `80 74 08 93 00 04 52` was wrong.)...

OpenSC sm-hsm.c does set the `max_send_size` here: https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-sc-hsm.c#L1689-L1706 which was last modified here: https://github.com/OpenSC/OpenSC/commit/7858f3cd0 by Andreas Schwier of CardContact 2019-12-04 15:50:43 so the limit should have been: `card->max_send_size = 1232...

First look at https://ccid.apdu.fr/ for general background. Then look at" "All the readers are also included in a [big matrix](https://ccid.apdu.fr/ccid/section.html)." to find your reader. (I see 5 possible cyberjack readers.)...

I get the deprecated message using 22.04 too. OpenSSL has deprecated the use of engines in 3.0 with expectations of providers being used in place of engines. Eventually engines will...

Who does know GHOST code and who can test it ? Should we drop it ? See the list of contributors in https://github.com/gost-engine/engine We could make optional with OpenSSL-3.0 At...

If the major issue is the use of the loading of the GOST engine in OpenSSL-3.0 then it looks like configuring OpenSC with CPPFLAGS=-DOPENSSL_NO_ENGINE will do it. This does leave...

Best I can tell is its there for pkcs11-tool. The https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-rutoken.c can still use a token with GOST, as the card driver does not use OpenSSL.

I can look at that later today.