You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a supplemental security domain (SSD) and install a hello world application to it. Card is a NXP J3H145
Using
# gp --version
# GlobalPlatformPro 325fe84
the creation of the SSD and key installation works, but installing the applet fails with
0x6985 (Conditions of use not satisfied)
Briefly:
java -jar gp.jar --domain A000000151000001 --allow-to --allow-from
Warning: no keys given, defaulting to 404142434445464748494A4B4C4D4E4F
Notice: 0x81 already in parameters or no parameters
java -jar gp.jar --connect A000000151000001 --lock 404142434445464748494A4B4C4D4E4F
Warning: no keys given, defaulting to 404142434445464748494A4B4C4D4E4F
Looking at key version
A000000151000001 locked with: 404142434445464748494A4B4C4D4E4F
Write this down, DO NOT FORGET/LOSE IT!
java -jar gp.jar --install ../JCHelloWorld/cap/hw.cap --to A000000151000001
Warning: no keys given, defaulting to 404142434445464748494A4B4C4D4E4F
Applet loading not allowed. Are you sure the domain can accept it?
Error: INSTALL [for load] failed: 0x6985 (Conditions of use not satisfied)
If I replace (only) in the first step (the creation of the security domain) gp.jar with an old version, namely:
GlobalPlatformPro 18.09.14-0-gb439b52
everything installs fine
Log for creating SSD with latest version (# GlobalPlatformPro 325fe84, Release Release v20.01.23) of gp.jar
PS: Sorry for the frequent edits of this issue. Took some time to pin point the problem.
The text was updated successfully, but these errors were encountered:
asdfjkl
changed the title
Installing applet to newly created SSD fails with 0x6985
Installing applet to newly created SSD fails with Invalid argument: Should be string
Feb 3, 2023
asdfjkl
changed the title
Installing applet to newly created SSD fails with Invalid argument: Should be string
Installing applet to newly created SSD fails with "Invalid argument: Should be string"
Feb 3, 2023
asdfjkl
changed the title
Installing applet to newly created SSD fails with "Invalid argument: Should be string"
Installing applet to newly created SSD fails with 0x6985 (Conditions of use not satisfied)
Feb 4, 2023
I am trying to create a supplemental security domain (SSD) and install a hello world application to it. Card is a NXP J3H145
Using
the creation of the SSD and key installation works, but installing the applet fails with
Briefly:
If I replace (only) in the first step (the creation of the security domain) gp.jar with an old version, namely:
everything installs fine
Log for creating SSD with latest version (# GlobalPlatformPro 325fe84, Release Release v20.01.23) of gp.jar
Log with version GlobalPlatformPro 18.09.14-0-gb439b52 (Release [18.09.14:]
PS: Sorry for the frequent edits of this issue. Took some time to pin point the problem.
The text was updated successfully, but these errors were encountered: