Important!

Blog moved to https://blog.apdu.fr/

I moved my blog from https://ludovicrousseau.blogspot.com/ to https://blog.apdu.fr/ . Why? I wanted to move away from Blogger (owne...

Friday, February 14, 2014

New version of libccid: 1.4.15

I just released a version 1.4.15 of libccid the free software CCID class smart card reader driver.

Changes:
1.4.15 - 14 February 2014, Ludovic Rousseau
  • Add support of
    • DUALi DRAGON NFC READER
    • Feitian bR301
    • Gemalto CR30 reader in serial communication
    • Gemalto Ezio Shield Pro SC
    • IIT E.Key Almaz-1C
  • PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of the command length after pcsc-lite 1.8.9 (October 2013) changed the PCSC/reader.h header
  • Add specific PIN min (0) & max (25) sizes for SmartTerminal ST-2xxx
  • Do not get the data rates if bNumDataRatesSupported = 0
  • Support Gemalto features for pinpad readers MinimumPINSize, MaximumPINSize and bEntryValidationCondition are fetched from the reader firmware
  • disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG
  • examples/scardcontrol.c:
    • Parse codes returned by a pinpad (as SW1/SW2)
      Known codes for now are:
      • 0x9000: Success
      • 0x6400: Timeout
      • 0x6401: Cancelled by user
      • 0x6402: PIN mismatch
      • 0x6403: Too short or too long PIN
    • Retrieve min and max PIN sizes from the driver
    • Retrieve bEntryValidationCondition from the driver
  • be more strict for bInterfaceClass = 255 by also checking extra_length
  • some minor bugs removed