From 323f96fadb15728f6d1e11991c26cd18a08a6efb Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Fri, 9 Dec 2011 14:15:24 +0000 Subject: [PATCH] dont throw an error on mse:set at. using source code, which was priviously deleted. git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@661 96b47cad-a561-4643-ad3b-153ac7d7599c --- virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py index b561fa1..cfa501c 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/cards/nPA.py @@ -39,6 +39,15 @@ class nPA_AT_CRT(ControlReferenceTemplate): print(chat) elif tag == 0x67: auxiliary_data = value + elif tag == 0x80: + # handled by ControlReferenceTemplate.parse_SE_config + pass + elif tag == 0x83: + # handled by ControlReferenceTemplate.parse_SE_config + pass + elif tag == 0x84: + # handled by ControlReferenceTemplate.parse_SE_config + pass elif tag == 0x91: eph_key = value # TODO handle security environment