krishnenc / seek-for-android

Automatically exported from code.google.com/p/seek-for-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong parsing of APDU Permission in ARF code

GoogleCodeExporter opened this issue · comments

The current release of SEEK 3.0.0 expect the encoding of the APDU Persmission 
in EF AC Condition as follows:
30 24 04 14 58 9E 7A EA B1 4A 47 8E AA 47 C6 E2 90 EC 76 58 5D BF 11 A4 A0 0C 
A0 05 A0 03 80 01 01 A1 03 80 01 01
which is wrong!

The part 
  ... A0 0C A0 05 A0 03 80 01 01 A1 03 80 01 01 
has to be encoded as follows:
  ... A0 0A A0 03 80 01 01 A1 03 80 01 01


Original issue reported on code.google.com by schus...@gmail.com on 29 Aug 2013 at 11:40

The attached patch will fix this issue.

Please verify....

Original comment by schus...@gmail.com on 29 Aug 2013 at 11:46

  • Changed state: Started

Attachments:

Included in 3.1.0

Original comment by Daniel.A...@gi-de.com on 27 Sep 2013 at 11:27

  • Changed state: Fixed