brunobouko / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

Incorrect parsing of DocumentType class for newer eId cards (2009, 2010) #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the TlvParser to parse an identity file of a new eId card
2. Encoded key value used to fetch DocumentType = 48 => no match

For older eId cards this was 49 which matched to BELGIAN_CITIZEN.

In attachment a Base64 encoded identity file of a new eId card and an old one.

Did the codes change, is the bit shift used to calculate the encoded key no 
longer correct?

We're using version 1.0.0.GA of the eid-applet.

Wouter Claeys

Original issue reported on code.google.com by clae...@gmail.com on 26 Jul 2010 at 8:11

Attachments:

GoogleCodeExporter commented 8 years ago
I'll investigate this issue.

Original comment by frank.co...@gmail.com on 26 Jul 2010 at 8:40

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/eid-applet/source/detail?r=384

Original comment by frank.co...@gmail.com on 26 Jul 2010 at 10:26