Skip to content
  1. Dec 28, 2021
    • developer4's avatar
      uFCoder library version 5.0.57 · 410b4df4
      developer4 authored
      Implemented TLS 1.2 support with TLS/SSL client certificate authentication using smart card GIDS applet for client certificate storage and digital signing. See the documentation (uFR_Series_NFC_reader_API.pdf) for details.
      Extended APDU implementation based on uFR Plus firmware version 5.0.57.
      Inclusion for <unistd.h> for Linux variants has been fixed.
      Timestamp server for Windows DLLs codesigning has been changed to http://timestamp.sectigo.com in csign.cmd.
      Copyright range of years updated in src/ver_inf.rc.
      410b4df4
  2. Oct 30, 2021
  3. Oct 06, 2021
    • developer2's avatar
      Version 5.0.55. functions for RGB signalization added · ee014615
      developer2 authored
      UFR_STATUS DL_API RgbControl(uint8_t red, uint8_t green, uint8_t blue);
      UFR_STATUS DL_API SetRgbData(IN uint8_t *display_data, uint8_t data_length, uint8_t port_name);
      UFR_STATUS DL_API SetRgbIntensity(uint8_t intensity);
      UFR_STATUS DL_API GetRgbIntensity(VAR uint8_t *intensity);
      ee014615
  4. Oct 05, 2021
    • developer2's avatar
      Version 5.0.55. functions for RGB signalization added · c881f17f
      developer2 authored
      UFR_STATUS DL_API RgbControl(uint8_t red, uint8_t green, uint8_t blue);
      UFR_STATUS DL_API SetRgbData(IN uint8_t *display_data, uint8_t data_length, uint8_t port_name);
      UFR_STATUS DL_API SetRgbIntensity(uint8_t intensity);
      UFR_STATUS DL_API GetRgbIntensity(VAR uint8_t *intensity);
      c881f17f
  5. Aug 23, 2021
  6. Jul 27, 2021
  7. Jul 06, 2021
  8. Jul 02, 2021
  9. Jun 16, 2021
  10. Mar 26, 2021
  11. Feb 12, 2021
  12. Jan 25, 2021
  13. Jan 11, 2021
  14. Dec 17, 2020
  15. Dec 16, 2020
  16. Oct 16, 2020
  17. Oct 15, 2020
  18. Oct 08, 2020
  19. Sep 28, 2020
  20. Sep 03, 2020
  21. Jul 07, 2020
  22. Jun 11, 2020
  23. 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
  24. Apr 08, 2020
  25. Mar 13, 2020
  26. Mar 12, 2020
  27. Feb 26, 2020
  28. 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
  29. 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
  30. 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
  31. Feb 06, 2020