Frank Morgner
9d7965d73b
fixed parsing of MSE:SET AT for nPA in AusweisApp2
2014-12-02 09:00:47 +01:00
Frank Morgner
b5740e9b46
use either readline or pyreadline
2014-11-12 22:41:19 +01:00
psytester
75426aee9c
Allow "NotOnChip" for missing DGs of nPA
...
- changes DG13 into BirthName, DG19 into eAT ResidencePermit1 and DG20
into eAT ResidencePermit2
- better reading of datasetfile (empty lines are allowed, new line
character is trimmed from value
- Closes #30 #33 #31
2014-10-27 21:06:15 +01:00
psytester
22f1d17c39
ATR problem not for Open eCard, but another one
2014-10-25 21:43:07 +02:00
psytester
2c135644ce
Some ATR values for nPA OS
...
different ATR (Answer To Reset) values depending on used Chip version
It's just a playground, because in past eID client 'Open eCard App' did not recognize the card correctly with newest ATR values.
2014-10-23 20:13:27 +02:00
Frank Morgner
4958cde4d8
fixed missing initialisation
2014-10-02 11:13:13 +02:00
Frank Morgner
6b5b1a0c29
allow fid of ef.dir and ef.atr for file creation
2014-09-15 21:23:01 +02:00
Frank Morgner
c75f32d426
nPA: fixed short fid for ef.dir
2014-09-15 21:22:42 +02:00
Frank Morgner
1b011b6974
nPA: added EF.DIR to fool Open eCard App
2014-09-15 07:25:33 +02:00
Frank Morgner
04d26c376c
vpcd-config: added scripts for windows builds
2014-09-12 07:58:44 +02:00
Frank Morgner
5a6238f397
fixed memory leak
2014-09-07 21:52:45 +02:00
Frank Morgner
9f746a70c8
added vpcd-config
2014-09-07 15:28:14 +02:00
Dominik
6ac1e0627a
Remove PBKDF2 tests
2014-08-01 21:34:00 +02:00
Dominik
6ea23f5606
Fix the rest of the Security Environment unit tests
...
This patch fixes the remaining Security Environment test cases so that
they will at least run. This has already turned up some
strange/inconsistent behaviour in the Security_Environment class and at
least one bug (incorrect usage of the bertlv_pack function in the
generate_public_key_pair method).
2014-08-01 21:10:51 +02:00
Dominik
ab26133ff7
Fix one of the SE test cases
...
The SE API has changed so that all the old tests will need to be fixed.
This is the first step in this direction.
2014-08-01 20:29:01 +02:00
Dominik
a23f6cdedf
Add license header to tests and fix formating
2014-07-31 20:38:42 +02:00
Dominik
d73bab9860
Clean up PBKDF2 class
...
We currently include the PBKDF2 implementation from the PyCrypto author.
This patch removes some of the stuff we do not use and need. In the
future we should move to the PBKDF2 implementation that is nowadays included
in PyCrypto to clean up the code even more.
2014-07-31 20:32:22 +02:00
Dominik
60ce645d33
Use the python unittest framework for tests of utils.py
2014-07-31 20:30:28 +02:00
Dominik
f4e013f3a0
Moved unit tests to a subpackage
2014-07-24 20:46:59 +02:00
Dominik
2053648dd0
Bump the year in the header
2014-07-23 22:02:56 +02:00
Dominik
25d751c91d
Convert existing unit tests to the python unittest framework
2014-07-23 22:00:51 +02:00
Dominik
9c53f1bbf4
Fix calls to virtualsmartcard.CryptoUtils.append_padding
...
The interface to append_padding changed some time ago but not all calls
have been adapted yet.
2014-07-23 21:49:12 +02:00
Frank Morgner
5a76118e34
allow connections from any host
2014-06-16 22:52:17 +02:00
Frank Morgner
4793d74d32
fixed incorrect mix of uint32_t/unsigned long int
2014-06-02 22:02:59 +02:00
Frank Morgner
142df850b0
fixed missing delimiter for reader array
2014-05-29 20:44:03 +02:00
Frank Morgner
31dbdd8dd7
openpace's python bindings were renamed to eac.py
2014-05-28 22:07:30 +02:00
Frank Morgner
40638afe31
fixed running without a given dataset
2014-05-28 22:07:04 +02:00
Frank Morgner
ebdb207a6b
fixed indentation
2014-05-26 22:17:35 +02:00
Frank Morgner
0de33c842b
moved example dataset to npa-example-data
2014-05-26 22:08:52 +02:00
Frank Morgner
47a09c5250
moved --datasetfile to nPA group
2014-05-26 22:03:43 +02:00
Frank Morgner
2b6a666fc3
Merge branch 'psytester-patch-2'
2014-05-26 22:00:52 +02:00
Frank Morgner
a723b738f9
added version from original libpcsclite
2014-05-26 21:56:34 +02:00
psytester
adc4768a09
Merge pull request #1 from psytester/master
...
part 2 for new option to read dataset file
2014-05-19 22:04:52 +02:00
psytester
4d7b9dfbb6
example dataset file
...
An example how th new dataset file has to look like
2014-05-19 21:45:56 +02:00
psytester
c411deeb2e
VirtualSmartcard new option for dataset
...
pass dataset file to CardGenerator
2014-05-19 21:43:08 +02:00
psytester
9768b2fbb4
CardGenerator can use input from dataset file
...
see new option in vicc, which will pass the dataset file content to CardGenerator
2014-05-19 21:35:10 +02:00
psytester
c070394f82
vicc reads dataset file
...
That new option -d <dataset file> or --datasetfile <dataset file> will read an optional dataset file to be able to start vicc->CardGenerator.py with various content
2014-05-19 21:26:40 +02:00
Frank Morgner
8abb64e519
use a separate directory for ifd-vpcd and pcsclite-vpcd
2014-03-31 23:46:15 +02:00
Frank Morgner
0aec0e4d31
vpcd: added real thread safety
2014-03-31 22:59:59 +02:00
Frank Morgner
151f3fe3da
correctly initialize winsock
2014-03-18 23:27:01 +01:00
Frank Morgner
c9aed4f5aa
fix return code for blocked PIN
2014-02-28 23:20:02 +01:00
Frank Morgner
54e71a1028
use a 10 digit puk
2014-02-28 23:12:26 +01:00
Frank Morgner
6ad3f6070c
return remaining tries of PIN verification in MSE:Set AT
2014-02-28 22:29:29 +01:00
Frank Morgner
9b40f70ad8
use a correct mrz by default
2014-02-23 01:16:53 +01:00
Frank Morgner
18463fc820
fixed definition for c++
2013-12-04 22:17:42 +01:00
Frank Morgner
0e9b87cc7b
use python wrappers to EAC_CTX and PACE_SEC
...
requires openpace 17891be5ee99d32e67bd954fbb26ff5eab6a0609
2013-11-01 19:38:52 +01:00
Frank Morgner
9970fbe742
don't use hard coded domain parameters for CA
...
needs OpenPACE 32d42f3b337cb0e9fca5a76824e471f431f4fbe0
2013-10-25 22:14:15 +02:00
Frank Morgner
ca5dfae640
use convenience wrapper for TA step 6
2013-10-23 09:55:12 +02:00
Frank Morgner
372ec6c265
hard coded CA protocol parameters are required currently
...
otherwise the curve will be unknown in OpenPACE. Fixes bug in
combination with OpenPACE 572eb903590257ac60f1661f0ba69a9994b4c3f5 and
later
2013-10-22 20:56:14 +02:00
Frank Morgner
a11be64015
catch and debug more errors
2013-10-21 21:01:08 +02:00