- Timestamp:
- 07/20/04 20:50:12 (4 years ago)
- Location:
- branches/openct-0.6
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/openct-0.6/ANNOUNCE
r453 r557 1 2 3 OpenCT Release 0.5.0 1 OpenCT Release 0.6.1 4 2 ==================== 5 3 6 We are pleased to announce the availability of OpenCT 0.5.0. 4 We are pleased to announce the availability of OpenCT 0.6.1. 5 This is a test version in alpha code quality. It has several 6 severe problems and is only intended for testing. Please 7 use the older stable release 0.5.0 in procuction environments. 7 8 8 9 OpenCT is a library for accessing smart card terminals. It provides a … … 28 29 - Cryptoflex eGate 29 30 - Eutron Cypto-Identity ITSEC 31 - generic USB smart cards readers conforming to the CCID standart. 30 32 31 33 More drivers are currently under development. -
branches/openct-0.6/LICENSE
r281 r557 1 1 OpenCT, a middleware framework for smart card terminals. 2 2 3 Copyright (c) 2003, Olaf Kirch <okir@suse.de> 4 Copyright (c) 2003, Andreas Jellinghaus <aj@dungeon.inka.de> 3 Copyright (C) 2003, Olaf Kirch <okir@suse.de> 4 Copyright (C) 2003, Andreas Jellinghaus <aj@dungeon.inka.de> 5 Copyright (C) 1998-2001, Carlos Prados <cprados@yahoo.com> 6 Copyright (C) 1998 David Corcoran 7 Copyright (C) 2003 Antti Tapaninen <aet@cc.hut.fi> 8 Copyright (C) 2003 Chaskiel Grundman <cg2v@andrew.cmu.edu> 9 Copyright (C) 2003 Markus Friedl <markus@openbsd.org> 10 Copyright (C) 2003 Michael Haardt 11 Copyright (C) 1999-2002 Matthias Bruestle 12 Copyright (C) 2004 William Wanders <william@wanders.org> 13 Copyright (C) 2001 Johannes Erdfelt <johannes@erdfelt.com> 14 Copyright (C) 2004 Ludovic Rousseau <ludovic.rousseau@free.fr> 15 5 16 All rights reserved. 6 17 -
branches/openct-0.6/NEWS
r451 r557 1 1 NEWS for OpenCT -- History of user visible changes 2 3 New in 0.6.1; 2004-07-18; Andreas Jellinghaus 4 * This is a test version of alpha code quality 5 There are several known problems with it, please 6 use the older 0.5.0 release in production environments 7 * new driver for generic usb smart card readers (ccid) 8 * new proxy mechanism for remote access 9 * small fix in ct_buf_put function, new ct_buf_push function 10 * improved ct-api interface code 11 * support for solaris 12 * improved t=1 protocol 2 13 3 14 New in 0.5.0; 2003-11-24; Antti Tapaninen: -
branches/openct-0.6/TODO
r444 r557 1 - improve documentation 2 - sometimes the communication freezes, some packet does not 3 reach the destination. can be proproduced with egate driver, 4 cryptoflex card and opensc regression test init0004,6, 5 but is not specific to these drivers and cards 6 - get rid of debug message in libct or silence it somehow 7 - improve pc/sc detection 1 8 - error handling: use error codes everywhere 2 9 - pin verification via keypad
