1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482
|
------------------------------------------------------------------
2021-09-17 17:45:33 +0200 Martin Preuss
Prepared release 5.1.6.
------------------------------------------------------------------
2021-09-11 18:09:45 +0200 Martin Preuss
chiptanusb ct plugin: Use correct log domain. Removed _p.h file, add *.h file.
------------------------------------------------------------------
2021-09-11 18:08:30 +0200 Martin Preuss
chiptanusb CT plugin: Create correct plugin object (fixes #213).
The crypt token functions inside gwen expect the plugin to be derived
from GWEN_Crypt_Token_Plugin.
------------------------------------------------------------------
2021-03-01 21:32:18 +0100 Micha Lenk
README.cards: Add a hint about its required presence on target systems
------------------------------------------------------------------
2021-02-26 14:13:37 +0100 Micha Lenk
Fix several autoconf/automake warnings
------------------------------------------------------------------
2021-02-26 13:23:32 +0100 Micha Lenk
Fix off-by-one errors
------------------------------------------------------------------
2020-01-27 21:01:32 +0100 Micha Lenk
Add missing include
The missing include of ctype.h was found via the following warning by the
Debian buildd log scanner.
main.c: In function ‘_readBytesHex’:
main.c:347:9: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration]
347 | c = toupper(c);
| ^~~~~~~
------------------------------------------------------------------
2020-01-18 10:57:31 +0100 Herbert Ellebruch
Correct ATR for Tanjackbluetooth, Description building APDU for chiptan USB
------------------------------------------------------------------
2020-01-17 20:14:18 +0100 Martin Preuss
Changed prefix to "/usr/local".
------------------------------------------------------------------
2020-01-12 17:15:49 +0100 Martin Preuss
Prepared release 5.1.5rc2.
------------------------------------------------------------------
2020-01-12 15:42:03 +0100 Martin Preuss
Result of "make format".
------------------------------------------------------------------
2020-01-12 15:31:52 +0100 Martin Preuss
Merge branch 'he-202001-chiptanusb'
------------------------------------------------------------------
2020-01-12 15:12:14 +0100 Martin Preuss
Added ".gitignore".
------------------------------------------------------------------
2020-01-11 15:12:14 +0100 Herbert Ellebruch
First Version Chiptan USB with Chipcard Reader
------------------------------------------------------------------
2020-01-09 14:08:37 +0100 Martin Preuss
Fixed a compiler warning.
------------------------------------------------------------------
2020-01-09 14:08:26 +0100 Martin Preuss
Prepared source tree for Herberts ChipTanUSB implementation.
------------------------------------------------------------------
2019-09-19 18:14:07 +0200 Geert Janssens
Rewrite chipcard-config to use pkg-config
------------------------------------------------------------------
2019-09-19 18:08:48 +0200 Geert Janssens
Update chipcard.m4 to use pkg-config instead of chipcard-config
This follows the same strategy as used in gwenhywfar.m4.
A more step by step conversion can be found in gwen's git repository.
Note this required the creation of package config files for server and client.
------------------------------------------------------------------
2019-09-19 18:06:46 +0200 Geert Janssens
Update gwenhywfar.pc to use pkg-config rather than gwenhywfar-config
This is copied verbatime from the gwenhywhar project.
------------------------------------------------------------------
2019-10-29 22:04:41 +0100 Holger Magnussen
Bug fix for EF_NOTEPAD with short keyinfo
Small bug fix for cards where the key information in the EF_NOTEPAD of the card is done according to the short variant of the standard.
------------------------------------------------------------------
2019-10-29 10:40:41 +0100 Martin Preuss
Prepared release 5.1.4rc1.
------------------------------------------------------------------
2019-10-23 18:49:34 +0200 Stefan Bayer
Added missing generic_pcsc drives for win32 (contain mainly definitions for PIN verification calls)
------------------------------------------------------------------
2019-09-23 19:33:44 +0200 Stefan Bayer
declare LC_ZkaCard__SeccosSearchRecord() as private function instead of exporting to the public API
------------------------------------------------------------------
2019-09-22 23:47:19 +0200 Martin Preuss
Crypttoken ddvcard: fixed a crash (fixes #34).
------------------------------------------------------------------
2019-09-22 17:15:31 +0200 Stefan Bayer
key versions in EF_KEYD and EF_NOTEPAD can differ, assume those from EF_NOTEPAD to be correct an set the key verions in the corresponding key infos to those values
------------------------------------------------------------------
2019-06-18 19:46:04 +0200 Stefan Bayer
* added command to reset pin try counter
------------------------------------------------------------------
2019-02-05 21:29:15 +0100 Martin Preuss
Result of "make format".
------------------------------------------------------------------
2019-02-05 16:23:26 +0100 Stefan Bayer
Removed setting of the system id with CID string, CID should be the only system identifier (SystemId is reserved for the system id sent by the bank in a synchronize system id dialog)
------------------------------------------------------------------
2019-02-03 17:35:52 +0100 Martin Preuss
Fixed some warnings.
------------------------------------------------------------------
2019-02-03 17:32:03 +0100 Martin Preuss
Result of "make format"
------------------------------------------------------------------
2019-02-03 17:28:56 +0100 Martin Preuss
Prepared release 5.1.3beta.
------------------------------------------------------------------
2019-02-03 17:28:35 +0100 Martin Preuss
BUILD: Added Makefile target "format".
------------------------------------------------------------------
2019-02-03 16:20:14 +0100 Stefan Bayer
Set the key hash algo depending on the rxh version and ef_notepad version to inform the initial key verification.
------------------------------------------------------------------
2019-02-03 14:22:13 +0100 Stefan Bayer
read CID for all RDH versions >= 3, not only for RDH7
------------------------------------------------------------------
2019-02-03 10:12:06 +0100 Stefan Bayer
save key number and version for card keys as stored in the notepad context
------------------------------------------------------------------
2019-02-02 08:19:33 +0100 Stefan Bayer
Fixed a bug in the zkacard-tool
------------------------------------------------------------------
2019-01-31 19:34:21 +0100 Stefan Bayer
adapt to changes in GWEN_Crypt_Token_Context
------------------------------------------------------------------
2019-01-31 15:01:11 +0100 Stefan Bayer
do net check if we really have a zkacard, trust the user....
------------------------------------------------------------------
2019-01-31 10:38:14 +0100 Stefan Bayer
added shownotepad command to zkacard-tool, prints out the content of the Notepad on the card
------------------------------------------------------------------
2019-01-31 10:36:50 +0100 Stefan Bayer
fixed wrong handling if the notepad contains the optional costumer id
------------------------------------------------------------------
2019-01-27 17:03:30 +0100 Stefan Bayer
Refined key certificate reading, check if certificate is not empty.
------------------------------------------------------------------
2019-01-23 01:54:10 +0100 Martin Preuss
Prepared 5.1.2beta.
------------------------------------------------------------------
2019-01-23 01:53:59 +0100 Martin Preuss
Only create ChangeLog if the folder ".git" exists.
------------------------------------------------------------------
2019-01-22 16:16:21 +0100 Martin Preuss
Reformat.
Adjusted to predominant format.
------------------------------------------------------------------
2019-01-22 12:13:52 +0100 Martin Preuss
Increased version number.
------------------------------------------------------------------
2019-01-20 13:44:26 +0100 Holger Magnussen
It seems to me that these SetKeyNumber and SetKeyVersion statements create an issue with cards with more than one context. They overwrite the "true" keynum:keyver values (that have been read in from the card earlier) by the "dummy" values (RDH_VERSION):1. This is not a problem for the first context, but will create wrong values for contexts >1. I would recommend to take it out.
------------------------------------------------------------------
2019-01-12 11:13:41 +0100 Stefan Bayer
removed no longer used code
------------------------------------------------------------------
2019-01-05 13:06:37 +0100 Stefan Bayer
added better default setting if no key hash was found in the NOTEPAD
------------------------------------------------------------------
2019-01-03 20:27:04 +0100 Martin Preuss
Added .gitignore.
------------------------------------------------------------------
2019-01-03 20:26:54 +0100 Martin Preuss
Formatted source files to predominant style.
------------------------------------------------------------------
2019-01-03 19:27:15 +0100 Stefan Bayer
incorporate latest gwenhywfar changes
------------------------------------------------------------------
2019-01-01 08:24:58 +0100 Stefan Bayer
moved local static function for reading a TLV record to a GWEN DB to gwenhywfar
------------------------------------------------------------------
2018-12-02 14:52:23 +0100 Stefan Bayer
remove unnecessary build file (this time for real)
------------------------------------------------------------------
2018-07-15 12:38:05 +0200 Stefan Bayer
* added zkacard-tool
------------------------------------------------------------------
2018-07-15 11:56:59 +0200 Stefan Bayer
* first attempt at RDH7
------------------------------------------------------------------
2018-12-15 15:18:47 +0100 Martin Preuss
Fixed memory leaks found by valgrind.
------------------------------------------------------------------
2018-12-15 14:48:41 +0100 Martin Preuss
Removed misleading indentation.
------------------------------------------------------------------
2017-03-05 13:01:58 +0100 Martin Preuss
Detect newer DDV1 cards (patch provided anonymously).
------------------------------------------------------------------
2017-02-27 22:13:07 +0100 Martin Preuss
Einige Compiler-Warnungen behoben.
------------------------------------------------------------------
2017-02-26 19:23:29 +0100 Martin Preuss
Prepared release 5.1.0beta.
------------------------------------------------------------------
2016-12-05 23:25:31 +0100 Martin Preuss
Extensive work on ZKA card by Holger Magnussen (Thanks very much!!).
------------------------------------------------------------------
2016-12-05 23:22:14 +0100 Martin Preuss
Imported change from Gwen (I guess).
------------------------------------------------------------------
2016-12-05 23:21:59 +0100 Martin Preuss
Added .gitignores.
------------------------------------------------------------------
2015-12-15 15:47:08 +0100 Martin Preuss
Prepared release 5.0.4stable.
------------------------------------------------------------------
2015-05-17 10:35:06 +0200 Micha Lenk
Re-work Compiler Symbol Visibility Check
This was inspired by http://stackoverflow.com/questions/5987219/best-practices-for-probing-for-symbol-visibility-extensions-in-autoconf
------------------------------------------------------------------
2015-05-15 19:31:01 +0000 Micha Lenk
Fix symbol visibilty check for GCC 5.x
GCC 5.x supports the -fvisibility=hidden flag too.
------------------------------------------------------------------
2014-08-04 20:06:02 +0200 Martin Preuss
For Linux and MacOSX: Use pkg-config to find libpcsclite.
------------------------------------------------------------------
2014-07-23 23:37:02 +0200 Martin Preuss
Added gwenhywfar.m4.
------------------------------------------------------------------
2014-07-23 23:36:54 +0200 Martin Preuss
Updated .gitignore.
------------------------------------------------------------------
2012-11-27 18:43:41 +0000 martin
Some win32 fixes.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@615 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2012-04-13 18:48:41 +0000 mlenk
Improve configure script to check for PC/SC libraries in Debian multiarch paths too
This fixes build errors on Debian systems with PC/SC libraries installed in
multiarch paths when the path of PC/SC libraries is not specified explicitly
via --with-pcsc-libs.
See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666590
http://wiki.debian.org/Multiarch
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@614 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2012-02-16 11:05:25 +0000 martin
Prepared release 5.0.3beta
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@613 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2012-02-16 11:01:49 +0000 martin
Removed special commands for Reiner SCT devices.
Until know we had two driver specification: One for Reiner SCT devices
and the other for ever other supported device.
With this modification there no longer is special handling of the
Reiner SCT devices. We now rely on the drivers of those devices to
follow the PC/SC specs.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@612 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2012-01-21 16:09:00 +0000 martin
Something must have changed in the cyberjack driver...
Removed special code for SelectMF in processorcards on cyberJacks.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@611 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2012-01-03 22:24:42 +0000 christian
Fix install commands when using separate builddir. Patch by John Darrington.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@610 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-08-20 14:38:18 +0000 martin
Adjusted log message.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@609 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-08-20 14:38:13 +0000 martin
Addd new names for some cyberJacks.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@608 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-07-03 16:57:35 +0000 martin
Some OSX fixes.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@607 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-07-02 12:48:11 +0000 martin
Applied a patch provided by Holger Magnussen.
This patch fixes secure ASCII pin verification with cyberJacks.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@606 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-24 18:58:28 +0000 martin
Store multiple pin infos.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@605 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-24 16:17:57 +0000 martin
Added debug message, read all entries of EF_PWDD.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@604 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-22 19:50:39 +0000 martin
Even more work on ZKA card plugin.
Listing user contexts and showing basic key information now works.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@603 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-22 08:12:46 +0000 martin
ZKACard: Added error counter and function to retrieve it.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@602 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-22 01:30:52 +0000 martin
More work on ZKA card crypt token plugin.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@601 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-22 01:30:47 +0000 martin
Added function LC_Card_IsoInternalAuth().
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@600 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-22 01:30:40 +0000 martin
Added function LC_Crypt_Token_VerifyPinWithPinInfo().
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@599 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-21 20:05:58 +0000 martin
Rewind buffer after reading.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@598 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-21 18:45:20 +0000 martin
Removed filler from ZKA card pin.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@597 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-21 17:37:21 +0000 martin
Some reformatting.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@596 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-21 17:37:17 +0000 martin
Simplified code.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@595 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-21 17:37:12 +0000 martin
Started working on a new zka card crypt token
The following gct-tool commands should already work:
"gct-tool showuser -t zkacard"
"gct-tool showkey -t zkacard"
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@594 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-11 11:35:24 +0000 martin
Prepared release 5.0.2.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@593 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-06-11 11:35:21 +0000 martin
If RAW protocol is available, try to connect with this protocol before giving up.
This makes "kvkcard read" work again with cyberjack readers via PC/SC.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@592 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-02-26 18:59:55 +0000 martin
Fixed a compiler warning.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@591 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2011-02-25 19:23:06 +0000 mlenk
Fixup for the previous commit
Use the same struct when initializing the reader state with zero bytes avoids
uninitialized memory or buffer overflow.
Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-libs/libchipcard/files/libchipcard-5.0.0-pcsc-lite-1.6.2.patch?revision=1.1
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@590 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2010-11-22 23:59:59 +0000 martin
Fixed a bug (use of SCARD_READERSTATE_A is deprecated with current libpcsclite)
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@589 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2010-11-13 23:14:31 +0000 martin
Released 5.0.1-test.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@588 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2010-11-13 16:57:41 +0000 martin
Added a test which dumps the first record of the bank information file.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@587 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2010-11-13 16:57:39 +0000 martin
Added missing module.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@586 bfc04c16-8f10-0410-8200-ddfbc4d55d47
------------------------------------------------------------------
2010-11-13 16:57:37 +0000 martin
Added first pin description for ZKA card.
After verification of PIN 0x03 in DF_NOTEPAD the bank information can be
read.
git-svn-id: https://devel.aqbanking.de/svn/libchipcard/trunk@585 bfc04c16-8f10-0410-8200-ddfbc4d55d47
|