From cc4c021bb16c9a26581ac9efb13a4348a9f1b70e Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 23 Aug 2024 17:22:04 +0200 Subject: [PATCH] global_platform: use scp_key_identity ICCID for ADF.ISD Related: OS#6531 Change-Id: I73a6f7088321a2b703074aa5228910709050cab2 --- pySim/global_platform/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pySim/global_platform/__init__.py b/pySim/global_platform/__init__.py index ecdc6b30..308a32ac 100644 --- a/pySim/global_platform/__init__.py +++ b/pySim/global_platform/__init__.py @@ -894,6 +894,7 @@ class CardApplicationISD(CardApplicationSD): # application using '00a4040000' and then parse the response FCI to get the ISD AID def __init__(self, aid='a000000003000000'): super().__init__(aid=aid, name='ADF.ISD', desc='Issuer Security Domain') + self.adf.scp_key_identity = 'ICCID' #class CardProfileGlobalPlatform(CardProfile): # ORDER = 23