Hello,

On Sep 1, 2010, at 7:23 PM, Aventra development wrote:
> - Card initialization and finalization (activation)
>From the patch:

+static int card_state;
+

card_state is now a card driver property, not a card property. I suspect this 
is not what you want.


> - Key generation (thanks to Viktor, however now I have some problem with pcsc 
> transmit failing after some time while the card is generating the key)
Which reader do you use? Can you try with some other reader? 

> - PIN change and unblock (code added to MyEID driver, but it does not work 
> with pkcs15-tool (does nothing), pkcs11-tool works, but pkcs#11 module does 
> not when using Firefox).

myeid_pin_cmd looks redundant, except for the card state check. 

You need to only set pin->pad_length=8 and pin->pad_char=0xFF and delegate to 
iso_pin_cmd.

> Anyway it's a step forward. If somebody is able to help with the Firefox 
> problem or knows why the pkcs15-tool does not work, feel free to edit the 
> code or send some information to me so we will get also these working.
Please provide a debug log.


-- 
Martin Paljak
@martinpaljak.net
+3725156495

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to