Frank Morgner
63e366d348
pcsc-relay: updated docs
2022-05-06 22:46:02 +02:00
Frank Morgner
471abe6950
vicc: fixed error printing
2022-05-06 14:06:18 +02:00
Frank Morgner
4b872bb000
vicc: debug parsed APDU
...
closes https://github.com/frankmorgner/vsmartcard/pull/103/
2022-05-06 12:24:03 +02:00
Frank Morgner
fe5977bc39
vicc: use logging.critical if vicc needs exit()
2022-05-06 11:57:23 +02:00
Frank Morgner
1e5731fb0e
vicc: debug incoming commands as well
2022-05-06 11:53:05 +02:00
Frank Morgner
a982efd8c5
ePass: Python 3 compatibility
2022-02-02 16:36:27 +01:00
Frank Morgner
ccb482cfe9
ePass: documented BAC test
2022-02-02 16:35:50 +01:00
Frank Morgner
98bd7a0c8e
virtualsmartcard: fixed more python3 compatibility
2022-02-01 14:21:48 +01:00
Frank Morgner
d16653d377
CI: upload complete apk directory
2022-02-01 08:56:16 +01:00
Frank Morgner
84ed47b462
Release ACardEmulator-3.5
2022-01-31 22:20:09 +01:00
Frank Morgner
3f15100bed
Release remote-reader 2.3
2022-01-31 22:12:53 +01:00
Frank Morgner
0a8b6575fb
fixed link to binaries as they are available for bot 32 and 64 bit
2022-01-28 18:20:12 +01:00
Frank Morgner
9367685a7b
virtualsmartcard: added documentation about driver signing
...
fixes https://github.com/frankmorgner/vsmartcard/issues/156
2022-01-28 18:17:51 +01:00
Frank Morgner
be6d6e2f73
virtualsmartcard: added missing include
...
fixes https://github.com/frankmorgner/vsmartcard/issues/138
2022-01-28 00:06:56 +01:00
Frank Morgner
af028aa8c3
virtualsmartcard: fixed some python3 compatibility
...
fixes https://github.com/frankmorgner/vsmartcard/issues/200
2022-01-27 22:46:12 +01:00
Frank Morgner
6c792dc0d9
updated CI images and links
2022-01-26 17:39:34 +01:00
Frank Morgner
8d5247c44d
ACardEmulator: upgrade to gradle and -plugin
2022-01-26 17:03:09 +01:00
Frank Morgner
7dfe39b67d
remote-reader: fixed apk name
2022-01-26 17:03:09 +01:00
Frank Morgner
c2b56d5a7d
CI: build ACardEmulator
2022-01-26 17:03:09 +01:00
Frank Morgner
7b62d20f25
fix minor linter warning
2022-01-25 22:36:27 +01:00
Frank Morgner
003e28dcdb
updated jCardSIM to latest version with included JC SDK
2022-01-25 22:36:27 +01:00
Frank Morgner
ad4ecbb3e3
Removed submodule vJCRE
2022-01-25 22:36:27 +01:00
Frank Morgner
fc3042bb34
CI: add remote-reader
2022-01-25 15:52:10 +01:00
Frank Morgner
1cc4175c8b
remote-reader: fixed linter problems
2022-01-25 01:09:20 +01:00
Frank Morgner
82c044e47a
acardemulator: explicitly link to google maven
2022-01-25 01:08:48 +01:00
Frank Morgner
a55b6363a0
Merge pull request #215 from Gu1nness/fix-hashlib
...
Fallback to hashlib instead of deprecated libs
2022-01-21 17:17:38 +01:00
Guinness
82c0c4fdd2
Fallback to hashlib instead of deprecated libs
2022-01-21 14:38:30 +01:00
Frank Morgner
77ea089793
pcsc-relay: removed disfunctional cross compilation script
2022-01-20 02:18:52 +01:00
Frank Morgner
111eb86d3d
CI added GitHub actions
2022-01-20 02:18:52 +01:00
Frank Morgner
24c502f152
moved mv appveyor.yml to .appveyor.yml
2022-01-20 01:21:38 +01:00
Frank Morgner
a81c542fce
Merge pull request #214 from wareeezer/master
...
Added firewall rule to installer
2022-01-14 15:35:26 +01:00
nagyi
1f497d3d03
Added firewall rule to installer
2022-01-12 09:27:17 +01:00
Frank Morgner
542be2323c
fixed format specifier for strings
2021-12-17 00:13:55 +01:00
Frank Morgner
dd8b8b97f2
fixed format specifier for size_t
2021-12-17 00:13:55 +01:00
Frank Morgner
e1c6d90db8
fixed macro definition
2021-12-17 00:13:47 +01:00
Frank Morgner
8d0c7e9966
fixed avoiding OpenSC's GET RESPONSE
2021-12-17 00:13:46 +01:00
Frank Morgner
5921348c31
ccid: avoid OpenSC's internal apdu handling magic
...
fixes https://github.com/frankmorgner/vsmartcard/issues/211
2021-12-16 10:02:17 +01:00
Frank Morgner
9284766532
Don't use ASN.1 data as ASN.1 tuple for encoding
...
fixes https://github.com/frankmorgner/vsmartcard/issues/209
2021-11-02 14:14:24 +01:00
Frank Morgner
ee0929d8f3
print python location
2021-09-20 14:44:38 +02:00
Frank Morgner
93769638f7
Merge pull request #207 from Jakuje/master
...
vpcd: Initialize variable also on Windows
2021-08-31 15:58:35 +02:00
Jakub Jelen
e8be94964b
vpcd: Initialize variable also on Windows
...
This should fix the appveyor build failure:
C:\projects\vsmartcard\virtualsmartcard\src\vpcd\vpcd.c(183): error C4700: uninitialized local variable 'rfds' used [C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.vcxproj]
2021-08-26 10:15:39 +02:00
Frank Morgner
206c92df94
Merge pull request #206 from Jakuje/master
...
Unbreak vpcd
2021-08-24 11:24:12 +02:00
Jakub Jelen
8d34ee42c7
vpcd: Fix timeout calculation
...
Authored by Doug Engert <deengert@gmail.com >
2021-08-23 15:31:05 +02:00
Jakub Jelen
f611240fba
vpcd: Initialize variables
...
This caused OpenSC CI failing as described in
https://github.com/OpenSC/OpenSC/issues/2390
Authored by Doug Engert <deengert@gmail.com >
2021-08-23 15:29:36 +02:00
Frank Morgner
5a6b330b15
Merge pull request #202 from bowb/master
...
Update vpcd.c
2021-08-13 13:48:32 +02:00
Bowb
cebe05e78d
Update vpcd.c
...
FIXES #193
2021-08-09 14:47:38 -06:00
Frank Morgner
4658f86108
fixed syntax error in python 2.7
2021-04-28 17:56:06 +02:00
Frank Morgner
a053f1aecd
let distcheck pass
2021-04-28 16:00:15 +02:00
Frank Morgner
27b3dfb62b
regenerated documentation
2021-04-28 02:13:40 +02:00
Frank Morgner
29a818c69a
avoid sphinx's option warning
2021-04-28 02:12:50 +02:00