vletoux / GidsApplet

Generic Identity Device Specification Applet
GNU General Public License v3.0
102 stars 38 forks source link

Please provide data format document #29

Closed jasperdnar closed 5 months ago

jasperdnar commented 5 months ago

Please provide how data is formatted in GIDS applet by this i mean...

  1. Which comression technique is used in certificate
  2. What are different Tags
  3. Why opensc is choosing File id as A000, A010... and how we decide what should be the value in it?

if there is any documentation let me know.

martinpaljak commented 5 months ago

Please read the only documentation available https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn642100(v=vs.85)?redirectedfrom=MSDN

vletoux commented 5 months ago

I've made the Opensc implementation based on the specification. There is a missing part that can be found in the minidriver specification (card initialization)

jasperdnar commented 5 months ago

Thanks got it.