Skip to content
  1. Feb 12, 2021
  2. Jan 25, 2021
  3. Jan 11, 2021
  4. Dec 17, 2020
  5. Dec 16, 2020
  6. Oct 16, 2020
  7. Oct 15, 2020
  8. Oct 08, 2020
  9. Sep 28, 2020
  10. Sep 03, 2020
  11. Jul 07, 2020
  12. Jun 11, 2020
  13. Apr 24, 2020
    • developer26's avatar
      version 5.0.38 · bd3a8e31
      developer26 authored
      Improved MRZ check-sum algorithm in MRTD_MRZSubjacentCheck() function (ICAO MRTD related).
      bd3a8e31
  14. Apr 08, 2020
  15. Mar 13, 2020
  16. Mar 12, 2020
  17. Feb 26, 2020
  18. Feb 21, 2020
    • developer4's avatar
      version 5.0.33 · adcd6500
      developer4 authored
      RSA "off-card" hash signer patch implemented (for PKCS#11 module with PIN request)
      5.0.33
      adcd6500
  19. Feb 18, 2020
    • developer4's avatar
      version: 5.0.32 · 388bde3f
      developer4 authored
      New functions implemented:
         UFR_STATUS SetISO14443_4_Mode_GetATS();
         UFR_STATUS SetISO14443_4_Mode_GetATSM();
         Used to select ISO14443-4 tag and get its ATS, UID and SAK
      5.0.32
      388bde3f
  20. Feb 12, 2020
    • developer2's avatar
      Version 5.0.31. Card emulation in RAM support · 249cc29d
      developer2 authored
      UFR_STATUS DL_API WriteEmulationNdefRam(uint8_t tnf, IN uint8_t* type_record, uint8_t type_length,
      							IN uint8_t* id, uint8_t id_length,	IN uint8_t* payload, uint32_t payload_length);
      UFR_STATUS DL_API TagEmulationStartRam(void);
      UFR_STATUS DL_API TagEmulationStopRam(void);
      249cc29d
  21. Feb 06, 2020
  22. Feb 03, 2020
  23. Jan 31, 2020
  24. Jan 30, 2020
  25. Jan 28, 2020
  26. Jan 23, 2020
    • developer2's avatar
      Version 5.0.28 Custom baud rate support · 1f2ac302
      developer2 authored
      New value of argument in function ReaderOpenEx
      *                      Custom baud rate
       *                      "BR_1000000"				: 1 Mbps
       *						"BR_115200"					: 115200 bps
       * 						"BR_250000"					: 250000 bps
       *						"BR_9600"					: 9600 bps
       * 						"BR_19200"					: 19200 bps
       * 						"BR_38400"					: 38400 bps
       * 						"BR_57600"					: 57600 bps
       *						"BR_230400"					: 234000 bps
       *						"BR_460800"					: 460800 bps
       *						"BR_500000"					: 500000 bps
      
      UFR_STATUS DL_API SetUartSpeed(uint32_t baud_rate);
      UFR_STATUS DL_API SetDefaultUartSpeed(uint8_t reader_type, uint8_t comm_type, IN c_string port_name);
      
      Mac OS virtual COM port support
      1f2ac302
  27. Jan 22, 2020
  28. Jan 16, 2020
  29. Jan 09, 2020
    • developer4's avatar
      version 5.0.26 · 10b0c89f
      developer4 authored
      Added function: UFR_STATUS MRTD_MRZSubjacentCheck(const char mrz[44]);
      Performance boost in eMRTD validation algorithm {MRTDValidate() function}
      10b0c89f
  30. Dec 20, 2019
  31. Dec 18, 2019
  32. Dec 09, 2019
  33. Nov 25, 2019
  34. Nov 20, 2019