From: Johannes B. <Joh...@hr...> - 2013-08-05 11:08:30
|
Hello, Am Samstag 03 August 2013 schrieb Viktor Tarasov <vik...@gm...>: > In opensc-explorer I propose you to not use the 'verify' command but direct 'apdu' one. Thanks, that works! I could log in and I could overwrite a certificate. Now there's a new problem. I cannot delete the certificate from the card and therefore I cannot set a new certificate length. This is what happens: OpenSC Explorer version 0.13.0 Using reader with a card: KOBIL KAAN Advanced (E_043208292) 02 00 OpenSC [3F00]> cd 5015 OpenSC [3F00/5015]> cd 4304 OpenSC [3F00/5015/4304]> apdu 00 20 00 81 0A 32 33 34 35 36 37 FF FF FF FF Sending: 00 20 00 81 0A 32 33 34 35 36 37 FF FF FF FF Received (SW1=0x90, SW2=0x00) Success! OpenSC [3F00/5015/4304]> rm 4302 DELETE FILE failed: Unsupported INS byte in APDU I put the log for this to http://www.uni-giessen.de/~g013/opensc/remove-fails.log @Ludovic: Unfortunately I don't know how to debug in sec.c . Kind regards Johannes |