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@656 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-12-09 10:54:12 +00:00
parent 348bc34ed6
commit 07af155110

View File

@@ -39,6 +39,18 @@ class nPA_AT_CRT(ControlReferenceTemplate):
print(chat)
elif tag == 0x67:
auxiliary_data = value
elif tag == 0x80:
mechanism = value
# TODO handle security environment
elif tag == 0x83:
pub_key = value
# TODO handle security environment
elif tag == 0x84:
priv_key = value
# TODO handle security environment
elif tag == 0x91:
eph_key = value
# TODO handle security environment
else:
raise SwError(SW["ERR_REFNOTUSABLE"])