global_platform: Add shell command for PUT KEY

This command is used for installation of GlobalPlatform keys.  We only
implement the command without secure messaging at this point, as it is
used during card personalization.  Authentication will later be handled
by generic implementations of SCP02 and/or SCP03.

Change-Id: Icffe9e7743266d7262fbf440dd361b21eed7c5cf
This commit is contained in:
Harald Welte
2024-01-25 15:46:11 +01:00
parent 280a9a3408
commit 18d0a7de96
2 changed files with 51 additions and 0 deletions

View File

@@ -947,6 +947,12 @@ store_data
:module: pySim.global_platform
:func: ADF_SD.AddlShellCommands.store_data_parser
put_key
~~~~~~~
.. argparse::
:module: pySim.global_platform
:func: ADF_SD.AddlShellCommands.put_key_parser
eUICC ISD-R commands
--------------------