./security/ccid, Middleware to access a smart card using SCard API (PC/SC)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.1, Package name: ccid-1.6.1, Maintainer: pkgsrc-users

This package provides a generic USB CCID
(Chip/Smart Card Interface Devices) driver
and ICCD (Integrated Circuit(s) Card Devices).

See the USB CCID and ICCD specifications
from the USB working group.


Required to run:
[security/pcsc-lite] [devel/libusb1]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 191.254 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-14 17:40:30 by Nia Alarie | Files touched by this commit (1)
Log message:
ccid: Fix PLIST on SunOS
   2024-08-03 11:51:10 by Nia Alarie | Files touched by this commit (1)
Log message:
ccid: Require autoconf-archive for successful configuration.
   2024-07-05 21:32:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ccid: updated to 1.6.1

1.6.1
- fix 'parse' build issues on some systems (pthread & strlcpy)
- Some other minor improvements
   2024-07-04 12:01:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ccid: updated to 1.6.0

1.6.0
- Add support of
  - Aladdin R.D. JCR SecurBio
  - AvidCard CAC Smart Card Reader
  - FujitsuTechnologySolutions GmbH Dual Smartcard Reader D321
  - Ledger Stax
  - NXP Pegoda 3
  - authenton #1- CTAP2.1
- provide files for meson build tool (replaces autoconf/automake)
- Add possibility to set/get NAD on T=1 for MEP
- multi-slots readers
  - Better handling of reader removal
  - Use CLOCK_MONOTONIC for timeouts
- Some other minor improvements
   2024-03-20 14:30:25 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
ccid: on Darwin, change dylib id using install_name_tool
   2024-01-06 14:48:35 by Greg Troxel | Files touched by this commit (2)
Log message:
security/ccid: Update to 1.5.5

Drop MAINTAINERship, because I haven't been dealing with smartcards
for a while, and forgot I was MAINTAINER.

1.5.5 - 5 January 2024, Ludovic Rousseau
   - Add support of
     - Alpha-Project ANGARA Token
     - Broadcom Corp 58200 (idProduct: 0x5864)
     - Broadcom Corp 58200 (idProduct: 0x5865)
     - Imprivata USB CCID
     - KAPELSE eS-KAP-Ad
     - Kapelse inSide
     - KAPELSE KAP-Care
     - KAPELSE KAP-eCV
     - KAPELSE KAP-GO
     - KAPELSE KAP-LINK2
     - Kapelse KAP-Move
     - Kapelse Ti-Kap
     - rf IDEAS USB CCID
     - SIMHUB pcsc reader
   - support Kapelse readers on macOS (composite as multislot)
   - Some other minor improvements
   2023-10-30 20:34:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ccid: updated to 1.5.4

1.5.4

Update to PCSC 2.0.0

Fix polling transfer restart after InterruptStop

Fix the regression introduced in the "Fix InterruptStop if called
before InterruptRead" commit: it should be possible to start a new
polling transfer after the previous one has been stopped.

This problem prevented the polling transfer from working after an
SCardDisconnect call, and led to using the sleep-based polling every
400 ms.

Implementation-wise, the fix is to change the "terminate" flag to be
non-sticky, i.e., unset it after reading from it.
   2023-02-21 17:32:33 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
ccid: updated to 1.5.2

1.5.2 - 31 January 2023, Ludovic Rousseau
- Add support of
  - KAPELSE KAP-LINK
  - LDU LANDI
  - Sensyl SSC-HV Reader
  - TOKEN2 MFA NFC Reader
  - TOKEN2 Molto2
  - Thales RF Reader
- Alcor Micro AU9560: Remove high speeds since they are not supported
- Hack for AlcorMicro AU9560 and Acos-ID card
- configure.ac: disable the use of --disable-usbdropdir

1.5.1 - 14 November 2022, Ludovic Rousseau
- Add support of
  - Access IS ATR220 with idProduct: 0x0184
  - Alcor Link AK9567
  - Alcor Link AK9572
  - BLUTRONICS TAURUS NFC
  - CHERRY SmartTerminal ST-1144
  - CREATOR CRT-603(CZ1) CCR
  - Dexon Tecnologias Digitais LTDA DXToken
  - ESMART Reader ER433x ICC
  - ESMART Reader ER773x Dual & 1S
  - Flight system consulting Incredist
  - Ledger Nano S
  - Ledger Nano S Plus
  - Ledger Nano SP
  - Ledger Nano X
  - SafeNet eToken Fusion
  - Sensyl SSC-NFC Reader
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- configure.ac: add --enable-strict option
- Fix a problem with AUTO PPS readers and ATR convention inverse cards
- examples/scardcontrol:
 - add support of 6A xx error codes
 - check WinSCard error early
 - parse wLcdLayout & bEntryValidationCondition
- macOS: log non sensitive strings as "%{public}s"
- Some other minor improvements