Liblogicalaccess Versions Save

C++ RFID / NFC Library for Windows/Linux/Mac/Android. For PC/SC, NFC, ISO compliant and proprietary hardware

3.1.0

3 months ago
  • Fix MIFARE, AES192, AES256 key entry type update on SAM AV2/AV3 (random buffer overflow behavior)

3.0.0

4 months ago
  • Add Mifare DESFire EV2 & EV3 commands
  • Add several missing NXP SAM AV2 commands on symmetric key entries
  • Add few NXP SAM AV3 features (AES192/256 keys, OfflinePerso key entry class, ...)
  • Remove Rfideas readers
  • Remove IKS support

2.5.0

1 year ago
  • Add NXP SAM AV3 detection
  • Update dependencies to latest version

2.4.0

1 year ago

This version is mainly focused on improving the public build process. It provides some bug-fixes and additions as well.

  • Move to GitHub Actions
  • Update dependencies versions
  • Fix EV2 changeKey bug
  • Fix TLV field with unknown position
  • Better abstraction for NDEF storage
  • Add DESFire EV3 card detection
  • Add OSDP reports support
  • Add LibUSB readers stub
  • Add Yubikey OTP / OATH features and new Challenge-Response card service

2.2.1

4 years ago

This is the first working v2 version! Major changes have been done since two years that got finally merged. 🎉

Two of the most important changes are:

  • Review codebase to work with SWIG wrapper generation
  • Move from Maven dependency management to Conan

1.87.7

4 years ago

This is the latest v1 version with new features. Bug fix versions could be published but new major/minor releases will now be based on v2 branch.

New Features

  • Identive CLOUD 4000 F DTC CL reader support
  • HID Omnikey 5023-CL reader detection
  • Dump key option on SAM key storage
  • Get PC/SC reader serial number using SCardGetAttrib

Fixes

  • Fix DESFire key diversification with random UID
  • Fix DESFire EV1 changeFileSettings override
  • Fix transport key use on Mifare MAD
  • Fix several DESFire iso commands (prepare for EV2)

1.85.0

7 years ago

New Features

  • IDP Printer integrated RFID reader support (liblogicalaccess-private)

Fixes

  • Fix possible crash when DESFire card uid was not transmit
  • Fix for Mifare Authenticate against OK5553 reader

1.84.0

7 years ago

New Features

  • HID Omnikey 5022-CL reader
  • HID SEOS chip

Fixes

  • Fix SAM key storage use on Rpleth reader
  • Fix Mifare Classic command instantiation on HID Omnikey xx27 reader
  • Fix Mifare Classic load key on ACS ACR122U, ACS ACR1222L and Sony RC-S380 reader
  • Fix Mifare Classic increment/decrement on ACS ACR122U reader

1.83.1

7 years ago

New Features

  • Topaz chip
  • GigaTMS reader
  • NFC Tag Type 1, 2, 3 and Mifare Classic compatible support
  • Dump Key option on SAM key storage

Code Improvement

  • Move SAM support on all ISO7816 compatible readers
  • Remove Profile logic from chips

Fixes

  • Fix wrong CMAC after DESFire EV1 file creation

1.82.0

8 years ago

New Features

  • ePassport chip
  • OSDP v2 reader
  • STid PGR reader
  • ID3 CLA1356 reader
  • Revert AID option on NXP AV2 diversification

Code Improvement

  • Optional build on HSM feature to avoid openssl runtime initialization
  • Replace bat sign script by powershell script

Fixes

  • Fix DESFire GetCardUID command
  • Fix PC/SC reader unit crash when ATR is empty
  • Fix missing throw on DESFire authentication / erase failure