kaoh / globalplatform

C library + command-line for Open- / GlobalPlatform smart cards
https://kaoh.github.io/globalplatform/
Other
72 stars 30 forks source link

Making the GPShell install_for_install command call the correct globalplatform API #41

Closed dmercer-google closed 3 years ago

dmercer-google commented 3 years ago

Making install_for_install call xP2x1_install_for_install and not xP2x1_install_for_install_and_make_selectable

koh-osug commented 3 years ago

So far I never had a use case where install [for install] and the install [for make selectable] where not executed together, hence this function was always a combination. So, to make this complete an additional option has to be included supporting install[for make selectable].

dmercer-google commented 3 years ago

I stumbled upon it doing some weird personalization experimentation.