dev-zzo / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. For further information see the Getting Started Page or the GitHub-Wiki-Tab above.
https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/Page_GettingStarted.html
Other
14 stars 1 forks source link

ISO14443-4 deselect #9

Closed geo-rg closed 7 years ago

geo-rg commented 7 years ago

I just looked over the desfire emulation code for the first time - very nice!

I think I found one bug: In uint16_t ISO144434ProcessBlock(uint8_t*,uint16_t) the card does not answer to an S(DESELECT) message, but the standard states that the PICCs indicates that the deselection was successful by answering with an S(DESELECT) message.

dev-zzo commented 7 years ago

That might be the case; I've never got to test that. :-) Care to submit a patch?

dev-zzo commented 7 years ago

Fixed with commit 44ee4f6. Thanks for reporting!