git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@185 96b47cad-a561-4643-ad3b-153ac7d7599c
179 lines
5.5 KiB
Plaintext
179 lines
5.5 KiB
Plaintext
2010-06-23 07:10 frankmorgner
|
|
|
|
* src/vpcd/ifd.c: removed the last references of references to
|
|
ifdhandler functions v1.0
|
|
|
|
2010-06-22 18:16 oepen
|
|
|
|
* src/vpicc/SmartcardSAM.py: -Fixed two unhandled exceptions
|
|
-Removed some trailing whitespaces
|
|
|
|
2010-06-22 14:06 frankmorgner
|
|
|
|
* src/vpcd/ifd.c, src/vpcd/vpcd.c, src/vpicc/VirtualSmartcard.py: -
|
|
changed vpcd driver to use ifdhandler api v 3.0, since
|
|
support for v 1.0 has been dropped as of pcsc-lite 1.6
|
|
- fixed initialization error of vpcd due to uninitialized value
|
|
- changed virtual smartcard to use todays python syntax
|
|
|
|
2010-06-22 09:45 frankmorgner
|
|
|
|
* src/vpcd/ifd.c, src/vpcd/vpcd.c, src/vpcd/vpcd.h: forcing empty
|
|
parameter list with function(void) instead of unspecified
|
|
parameter list with function()
|
|
|
|
2010-06-09 15:36 frankmorgner
|
|
|
|
* configure.ac, src/vpcd/Makefile.am: added missing files for
|
|
distribution packages. fixed installation when no serialdropdir
|
|
is given.
|
|
|
|
2010-06-08 08:59 oepen
|
|
|
|
* configure.ac:
|
|
|
|
2010-06-05 22:10 frankmorgner
|
|
|
|
* ChangeLog: updated checksums, install files for recipes. updated
|
|
log files for 0.6.1
|
|
|
|
2010-05-26 22:51 frankmorgner
|
|
|
|
* src/vpcd/Makefile.am: bugfix: using libtool for installation
|
|
|
|
2010-05-09 08:34 frankmorgner
|
|
|
|
* configure.ac, src/vpcd/Makefile.am: be less restrictive in
|
|
./configure. better output of configuration details
|
|
|
|
2010-05-08 21:03 frankmorgner
|
|
|
|
* configure.ac, src/vpicc/Makefile.am: added missing files
|
|
|
|
2010-05-08 20:58 frankmorgner
|
|
|
|
* ChangeLog, INSTALL, Makefile, Makefile.am, NEWS, m4, src,
|
|
src/Makefile.am, src/vpcd, src/vpcd/Makefile.am,
|
|
src/vpcd/reader.conf.in, src/vpicc,
|
|
src/vpicc/virtualsmartcard.in, vpcd, vpicc: switched to autotools
|
|
|
|
2010-05-07 19:13 frankmorgner
|
|
|
|
* Makefile: updated file references of install target
|
|
|
|
2010-02-02 14:29 frankmorgner
|
|
|
|
* vpcd/vpcd.c: moved operations for opening sockets into separate
|
|
functions
|
|
|
|
2010-02-01 16:40 oepen
|
|
|
|
* vpicc/CardGenerator.py, vpicc/VirtualSmartcard.py, vpicc/jp2.jpg:
|
|
- Object orientated refactoring of CardGenerator
|
|
- PassportOS class in VirtualSmartcard.py is no longer needed,
|
|
because all the functionallity is now in CardGenerator
|
|
- Removed hard coded image
|
|
- Added version number and type to file format
|
|
|
|
2010-01-30 18:51 oepen
|
|
|
|
* vpicc/CardGenerator.py, vpicc/CryptoUtils.py,
|
|
vpicc/SmartcardSAM.py, vpicc/VirtualSmartcard.py,
|
|
vpicc/testconfig.mf, vpicc/testconfig.sam: Refactoring and
|
|
Bugfixing:
|
|
- CryptoUtils:
|
|
- removing hard coded keylength from append_padding in
|
|
CryptoUtils
|
|
- rewrote append_padding, slightly modified strip_padding in
|
|
CryptoUtils
|
|
- added get_cipher_keylen and get_cipher_blocklen to CryptoUtils
|
|
- Updated UnitTest in CryptoUtils. Note: PBKDF2.self_test()
|
|
fails!!!
|
|
- added new function protect_string to encrypt and authenticate a
|
|
string
|
|
- Removed hard coded padding pattern
|
|
- VirtualICC:
|
|
- Added and integrated functions to load and save VirtualICC
|
|
objects
|
|
- Added exception handling for opening of the socket
|
|
- SmartcardSAM:
|
|
- Removed all object persistance functionaliy from SmartcardSAM
|
|
- Changed the constructors of the *SAM classes
|
|
|
|
- Moved all the functionality to create cards (especially the
|
|
pre-initialized filesystems for each card type) to the new file
|
|
GenerateCards.py
|
|
- Added minimal command line based interface to GenerateCards.py
|
|
to generate customized cards and store them in a file
|
|
- Removed default sam and mf files (testconfig.mf and
|
|
testconfig.sam)
|
|
|
|
2010-01-25 17:18 oepen
|
|
|
|
* Makefile: Small Makefile fix: Added default target to
|
|
virtualsmartcard/Makefile
|
|
|
|
2010-01-23 15:59 oepen
|
|
|
|
* vpicc/SmartcardSAM.py: PassportSAM: MRZ for key derivation is now
|
|
read from MF instead of hard-encoding it in the code
|
|
|
|
2010-01-23 15:06 oepen
|
|
|
|
* vpicc/SmartcardSAM.py, vpicc/VirtualSmartcard.py: Changed
|
|
Passport testdata
|
|
|
|
2010-01-13 21:33 frankmorgner
|
|
|
|
* Makefile, vpcd/ifd.c, vpcd/vpcd.c, vpcd/vpcd.h,
|
|
vpicc/VirtualSmartcard.py: - added functions for a smartcard
|
|
reset
|
|
- changed communication protocol via socket, length is coded in
|
|
network byteorder
|
|
- splitted vpcd.[h|c] into more files, added include-guards
|
|
|
|
2010-01-10 22:53 frankmorgner
|
|
|
|
* vpicc/VirtualSmartcard.py: bugfix
|
|
|
|
2010-01-08 14:33 frankmorgner
|
|
|
|
* vpicc/SmartcardFilesystem.py, vpicc/VirtualSmartcard.py: added
|
|
serial number to cryptoflex. opensc can read it.
|
|
|
|
2010-01-08 00:07 frankmorgner
|
|
|
|
* vpicc/SmartcardFilesystem.py: bugfix
|
|
|
|
2010-01-07 22:57 frankmorgner
|
|
|
|
* vpicc/VirtualSmartcard.py: bugfix
|
|
|
|
2010-01-04 19:48 frankmorgner
|
|
|
|
* virtualsmartcard.bb: Separated bitbake recipes.
|
|
vscarchitecture.bb simply collects the other recipes now.
|
|
|
|
2009-11-25 06:45 frankmorgner
|
|
|
|
* README: Added information about running virtualsmartcard.
|
|
|
|
2009-08-22 08:01 frankmorgner
|
|
|
|
* AUTHORS, COPYING, INSTALL, README, vpcd/vpcd.c, vpcd/vpcd.h,
|
|
vpicc/ConstantDefinitions.py, vpicc/CryptoUtils.py,
|
|
vpicc/SEutils.py, vpicc/SWutils.py, vpicc/SmartcardFilesystem.py,
|
|
vpicc/SmartcardSAM.py, vpicc/TLVutils.py,
|
|
vpicc/VirtualSmartcard.py, vpicc/utils.py: Added project
|
|
informations.
|
|
|
|
2009-08-06 20:25 schertz123456
|
|
|
|
* ., Makefile, virtualsmartcard.bb, vpcd, vpcd/vpcd.c, vpcd/vpcd.h,
|
|
vpicc, vpicc/ConstantDefinitions.py, vpicc/CryptoUtils.py,
|
|
vpicc/SEutils.py, vpicc/SWutils.py, vpicc/SmartcardFilesystem.py,
|
|
vpicc/SmartcardSAM.py, vpicc/TLVutils.py,
|
|
vpicc/VirtualSmartcard.py, vpicc/jp2.jpg, vpicc/testconfig.mf,
|
|
vpicc/testconfig.sam, vpicc/utils.py: Initial commit.
|
|
|