From 8a9b683d9971d41fcc187d52643fdaed182077db Mon Sep 17 00:00:00 2001 From: hploetz Date: Mon, 15 Jan 2007 13:34:24 +0000 Subject: [PATCH] AIDs git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@165 f711b948-2313-0410-aaa9-d29f33439f0b --- cards/generic_card.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cards/generic_card.py b/cards/generic_card.py index a9f23b1..1d39d03 100644 --- a/cards/generic_card.py +++ b/cards/generic_card.py @@ -32,6 +32,8 @@ class Card: ## Format: "AID (binary)": ("name", [optional: description, {more information}]) APPLICATIONS = { + "\xa0\x00\x00\x01\x67\x45\x53\x49\x47\x4e": ("DF.ESIGN", ), + "\xa0\x00\x00\x00\x63\x50\x4b\x43\x53\x2d\x31\x35": ("DF_PKCS15", ), ## The following are from 0341a.pdf: BSI-DSZ-CC-0341-2006 "\xD2\x76\x00\x00\x66\x01": ("DF_SIG", "Signature application", {"fid": "\xAB\x00"}), "\xD2\x76\x00\x00\x25\x5A\x41\x02\x00": ("ZA_MF_NEU", "Zusatzanwendungen", {"fid": "\xA7\x00"}),