DESFIRE EV1 ans SAM AV2 authentication

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DESFIRE EV1 ans SAM AV2 authentication

1,528 Views
christophelalle
Contributor II

Hello,
I try to authenticate a DESFire EV1 card with a SAM AV2 with command SAM_AuthenticatePICC, but that do not run correctly.

First of all, I want to say the card authentication run correctly when I read the session key in the SAM with the command SAM_DumpSecretKey. But it is not the goal of the developement.

Now, my problem is the SAM does not send the status word (SW) after it sent the first part of the command (it shall sent ekNo(RndA+RndB') + 0x90AF) but it sends only the 32 bytes of data.
If I send those bytes to the card, the DESFire card sends corrects data but when I send them to the SAM, it answers 0x00 0x92 0x00 0x92 and not 0x9000 as describs in the documentation.

All commands are conforms with the SAM AV2 datasheet.

Is it normal that the SAM does not sends the SW after the first command ?
Why isn't SAM send a status word at the end of the exchange ?

Thank for help
Christophe

Labels (1)
1 Reply

951 Views
christophelalle
Contributor II

Hello,

The answer of this command is sends by the SAM in two part, one part of 32 bytes and a second part with the status word.

The status word was not receive because of a problem in our T=1 implementation.