Skip to content
Failed

Changes

Summary

  1. global_platform: fix usage of the Key Version Number (kvn) (details)
Commit d78d3a63703a8f8ebe9a39bf6d1ea45a65ea7676 by pmaier@sysmocom.de
global_platform: fix usage of the Key Version Number (kvn)

The kvn parameter is used to select a keyset when establishin a secure channel.
At the moment this is a mandatory parameter and it must be within a certain
range.

However GPC_SPE_034 explicitly defines a reserved kvn value 0, that always
refers to the first available key. That effectively makes it an optional
parameter and the commandline interface should have the --key-ver parameter
as an optional parameter.

The ranges also have to be extended to allow 0 as kvn value. We also have to
put a range to support the sysmoUSIM-sjs1, which uses kvn value 1, which is
a non standard value.

Related: OS#6679
Change-Id: I42be2438c7f199b238f2ec7a9434cec5393210a7
The file was modifiedpySim/global_platform/__init__.py
The file was modifiedpySim/global_platform/scp.py