madhanraj / seek-for-android

Automatically exported from code.google.com/p/seek-for-android
0 stars 0 forks source link

Wrong parsing of APDU Permission in ARF code #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The attached patch will fix this issue.

Please verify....

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

Attachments:

GoogleCodeExporter commented 9 years ago
Included in 3.1.0

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