Commit Graph

1563 Commits

Author SHA1 Message Date
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
Frank Morgner
3b2b73bd22 virtualsmartcard: don't publish python API 2021-04-28 02:12:05 +02:00
Frank Morgner
21a8e1e0da removed unused reference to npa module 2021-04-28 02:10:02 +02:00
Frank Morgner
fd274bc180 fixed syntax error 2021-04-28 00:46:26 +02:00
Frank Morgner
699c2eff4c added missing sphinx-bibtex configuration 2021-04-28 00:45:44 +02:00
Frank Morgner
84adb39dee move dev cert to distribution 2021-04-27 00:41:48 +02:00
Frank Morgner
17674458e8 updated target to Windows 10 SDK 10.0.18362 2021-04-26 23:34:14 +02:00
Frank Morgner
552860f2ad fixed path to VS19 vcvarsall.bat 2021-04-26 23:34:14 +02:00
Frank Morgner
8f31bdb4a1 Switch to Python3 2021-04-26 23:34:14 +02:00
Frank Morgner
5c5ae4e356 Fixed calling powershell 2021-04-26 23:32:46 +02:00
Frank Morgner
6c17d8e49d fixed type conversion 2021-04-26 17:15:12 +02:00
Frank Morgner
ec14a43530 Merge pull request #195 from LudovicRousseau/patch-1
README.md: update PCSC-lite URL
2021-04-18 15:01:12 +02:00
Ludovic Rousseau
1b75eaa5c6 Fix log message when no reader is found 2021-04-18 14:59:11 +02:00
Ludovic Rousseau
3324167331 Fix handler_test URL 2021-04-17 18:48:21 +02:00
Ludovic Rousseau
c05106aa12 Update PCSC-lite URL
The website moved from alioth.debian.org to apdu.fr
2021-04-17 18:44:41 +02:00
Ludovic Rousseau
5ae3cf820e Update CCID driver URL
The website moved from alioth.debian.org to apdu.fr
2021-04-17 18:37:58 +02:00
Ludovic Rousseau
4dad08c4f6 README.md: update PCSC-lite URL
The web site moved from alioth.debian.org to apdu.fr
2021-04-17 18:19:47 +02:00
Frank Morgner
1eaf5a1c60 Merge pull request #187 from ph4r05/pr/002-upgrade-android
Improve remote-reader
2021-02-25 18:24:17 +01:00
Frank Morgner
0540c4584b Merge pull request #189 from ph4r05/pr/003-osx
Fix build on OSX
2021-02-25 18:21:09 +01:00
Dusan Klinec
bf9bc6a547 fix osx package build 2021-02-09 19:36:42 +01:00
Dusan Klinec
91b9c63847 fix build instructions for OSX 2021-02-09 16:04:47 +01:00
Dusan Klinec
f17c83ab50 fix configure step on OSX 2021-02-09 15:57:16 +01:00
Dusan Klinec
dc314e7bc1 add listening mode to the reader 2021-02-08 14:42:43 +01:00
Dusan Klinec
2b9c78cd22 add more delay option values 2021-02-08 14:42:42 +01:00
Dusan Klinec
7dc697e608 refactor android app to AndroidX 2021-02-07 16:58:11 +01:00
Frank Morgner
82e68a6339 Merge pull request #181 from betawave/relay-mitm-enhancement
basic Man-in-the-Middle extension to the Relay-Card
2020-10-27 11:06:05 +01:00
Frank Morgner
5cdb51fae8 Merge pull request #180 from betawave/str-bytes-conversion-fix
enable msg to be either string or bytes
2020-10-27 11:05:36 +01:00
Leonard Hübner
71e0f2e8fc basic Man-in-the-Middle extension to the Relay-Card 2020-10-26 17:01:28 +01:00
Leonard Hübner
97194d230d enable msg to be either string or bytes 2020-10-26 16:36:31 +01:00
Frank Morgner
d7d21fa802 Merge pull request #175 from sorcerer86pt/python3_fixes
[vpicc] Python 3 updates and code fixing
2020-09-18 00:15:36 +02:00
sorcerer86pt
83e03a6938 [vpicc] Updaye Appveyor.yml Visual Studio edition comment 2020-09-08 11:07:53 +01:00
fabio rodrigues
cec72cd29a [vpicc] Fix swig download path and use recommended PS applet 2020-08-18 17:05:27 +01:00
fabio rodrigues
d6d8f31645 [vpicc] Fix swig download path and use recommended PS applet 2020-08-18 16:30:35 +01:00
fabio rodrigues
db8d6f2699 [vpicc] update Appveyor with better swig install
choco install of swig only give us the executable, not the libraries needed for package compilation

Best way is to direct download it from sourceforge, extract it to a folder and then add that folder to PATH env variable.
2020-08-18 16:15:52 +01:00