Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: support for Belgian eID cards #104

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update TODO note
  • Loading branch information
yoe committed Jun 15, 2017
commit 07510769c1d0ab9105f609bde828b379ec9762c8
4 changes: 2 additions & 2 deletions virtualsmartcard/src/vpicc/virtualsmartcard/CardGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,8 @@ def __generate_cryptoflex(self):
self.sam = CryptoflexSAM(self.mf)

def __generate_belpic(self):
# TODO: implement this in a somewhat more rational manner. For now
# though, use the ISO7816 implementation
# TODO: make BelpicMF actually work. Right now, an application which
# tries to use it will fail.
from virtualsmartcard.cards.belpic import BelpicMF
self.__generate_iso_card()
self.mf = BelpicMF('belpic.xml')
Expand Down