Yubico / ykneo-oath

OATH App for the YubiKey NEO
https://developers.yubico.com/ykneo-oath/
GNU General Public License v3.0
63 stars 40 forks source link

Exchanged P1 and P2 of the SELECT command #9

Closed Octoate closed 10 years ago

Octoate commented 10 years ago

According to ETSI TS 102 221, the SELECT application command's P1 needs to be 0x04 and P2 needs to be 0x00 to select the first applet with the given AID. The Android application also uses "00 A4 04 00 xx AID" to select the applet, so this seems to be a small typo in the protocol documentation.

klali commented 10 years ago

Good catch, thanks!

/klas