msetina
msetina
Changing order fixes identification, but it uncovered that 840 does not have EC support. Specs say: ``` Encryption algorithms: RSA: up to RSA 2048 bits, RSA OAEP & RSA PSS,...
This is set just for 930 and 940, but it is also usable for MD 840: https://github.com/OpenSC/OpenSC/blob/26b9067f26bdfdf6781bd186690d1a0106385fce/src/libopensc/card-idprime.c#L656-L665
I am not sure about the ext_flags.
I was wondering why this card driver does not support key generation.
I feel free. Now I am wondering why I see `` blocks insted of bc. Is there a reason?
Here: https://github.com/OpenSC/Wiki/blob/1faa5165bb397b5c5f6d85344bf153801174e882/Compiling-and-Installing-on-Unix-flavors.textile?plain=1 If it is a mistake, I have it fixed and will be in with my PR. The one you mention has indentations with ** which my previewer does...
PR on Wiki project done.
My code was faulty and produced empty string for ca chain. The cert parameter was no cecked, so the undesired result. Will provide the example....
Found the missing one in OpenSC code: #define CKO_PROFILE (9UL)
#173 fixes the issue