github-af / SmartPGP

SmartPGP is a JavaCard implementation of the OpenPGP card specifications
GNU General Public License v2.0
227 stars 47 forks source link

Wrong default APPLET_AID #7

Closed breard-r closed 6 years ago

breard-r commented 6 years ago

Hi,

As stated in the README.md, SmartPGP implements OpenPGP card 3.3 specification. However, in the default build.xml, the APPLET_AID refers to the 3.2 specification. Therefore, I guess it is required to change 0x03:0x02 to 0x03:0x03.

PS: A pull request is quite of a overhead for a one-character change. :)

af-anssi commented 6 years ago

You are right, I forgot to update the default AID. Thanks for reporting !