From 4de6741bbc47c73339d8393a17dd0afd4f6b3da1 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Wed, 1 Feb 2012 11:24:54 +0000 Subject: [PATCH] mapping ca oid to the correct algorithm git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@704 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py b/virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py index b046a69..b22dedd 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py @@ -145,6 +145,7 @@ class CardGenerator(object): from virtualsmartcard.SmartcardSAM import SAM ALGO_MAPPING["\x04\x00\x7f\x00\x07\x02\x02\x04\x02\x02"] = "PACE" + ALGO_MAPPING["\x04\x00\x7f\x00\x07\x02\x02\x03\x02\x02"] = "CA" self.mf = MF()