Commit Graph

1544 Commits

Author SHA1 Message Date
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
fabio rodrigues
9b310f00d3 [vpicc] update Appveyor
Updated AppVeyor with

* Usage of VS2019
* Usage of PyCryptodome
2020-08-18 15:31:40 +01:00
fabio rodrigues
919c13c907 [vpicc] Python 3 linting
Some additional code linting
- remove unused imports
- remove unecessary parenthesis from if statements
- created TLVutils TAG dictionary in creation time
2020-08-18 15:19:23 +01:00
fabio rodrigues
475fad371a [vpicc] Python 3 updates and code fixing
- Use pycryptodome instead of pycrypto
- Fixed some unit tests asserts
- fixed some instances that sending message to vpcd the msg is considered a string object instead of byte array
- make TLVutils.pack work in python 3
2020-08-18 13:12:13 +01:00
Frank Morgner
66719f3bf0 ACardEmulator: release 3.4 2020-05-18 21:10:33 +02:00
Frank Morgner
920bc701c9 fixed obsolete reference to Hello world applet
fixes https://github.com/frankmorgner/vsmartcard/issues/163
regression from 1caff4f497
2020-05-18 21:08:11 +02:00
Frank Morgner
feeb732810 Merge pull request #151 from micolous/macos-sip
(partially) fix macOS 10.14/Xcode 11.0 compile and install issues
2020-04-29 01:38:41 +02:00
Frank Morgner
93999d1dd5 Merge pull request #164 from dpward/master
Use static libopensc in ccid-emulator, and improve build process
2020-04-25 23:04:05 +02:00
David Ward
4c6ed401f0 Update .gitmodules
Remove a duplicate submodule for vJCRE in the top-level directory.
Use the upstream repository for OpenSC. Re-order the submodules.
2020-04-11 10:09:27 -04:00
David Ward
adac6a883f ccid-emulator: Update to use OpenSC 0.20.0 release 2020-04-11 10:09:27 -04:00
David Ward
bc8b237c5a ccid-emulator: Build libopensc from source code
There is no longer an external (or stable) interface for libopensc.
Linking this program with an existing version of libopensc that is
pre-installed in the system library paths is not practical.

However, a specific snapshot of the OpenSC source code is embedded
here as a Git submodule (and included in the source distributions).
Build libopensc from this and statically link it into this program.
(Options such as '--enable-openpace' that are passed to ./configure
will be forwarded to control the build configuration of libopensc.)

Remove code that existed for compatibility when dynamically linking
with older versions of libopensc.
2020-04-11 10:09:27 -04:00
David Ward
c18df66d4c Fix "make dist" without "make all"
Fix prerequisites and Automake variables in the Makefiles, so that
running "make dist" does not fail if the program is not built. When
running help2man, have it execute "gengetopt --show-help" instead
of the built program to obtain the help message.
2020-04-11 10:09:27 -04:00
David Ward
5abc01cf70 Respect Automake silent mode in custom rules 2020-04-11 10:09:27 -04:00
David Ward
f5c19b66fd Fix final output from ./configure
AC_OUTPUT needs to be called before the final output is printed.
2020-04-11 10:09:27 -04:00
David Ward
5f557d89ae ccid-emulator: Update AX_PTHREAD macro from Autoconf Archive 2020-04-11 10:09:27 -04:00
David Ward
58c4e75974 ccid-emulator: Replace unneeded Makefiles 2020-04-11 10:09:27 -04:00
Frank Morgner
edad4b961f appveyor: wdk workaround not needed anymore 2019-10-27 00:01:53 +02:00
Frank Morgner
773a440b4a fixed location of vJCRE submodule 2019-10-06 08:30:11 +02:00
Frank Morgner
3aa0fadace ACardEmulator version bump 2019-10-03 00:08:58 +02:00
Frank Morgner
4d7503b7d0 Switch to patched version of vJCRE 2019-10-02 23:24:07 +02:00