NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. php-u2flib-server NEWS -- History of user-visible changes.
  2. * Version 1.0.2 (released 2018-09-07)
  3. ** Additional error checks.
  4. ** Add user presence check.
  5. ** Support single files for attestation root.
  6. ** Type safety, CSPRNG, avoid chr().
  7. * Version 1.0.1 (released 2017-05-09)
  8. ** Move examples to phps so they don't execute by default
  9. ** Use common challenge for multiple registrations
  10. * Version 1.0.0 (released 2016-02-19)
  11. ** Give an early error on openssl < 1.0
  12. ** Support devices with initial counter 0
  13. ** Fixes to examples
  14. ** Handle errorCode: 0 correctly
  15. * Version 0.1.0 (released 2015-03-03)
  16. ** Use openssl for all crypto instead of third party extensions.
  17. ** Properly check the request challenge on authenticate.
  18. ** Switch from returning error codes to throwing exceptions.
  19. ** Stop recommending composer for installation.
  20. * Version 0.0.2 (released 2014-10-24)
  21. ** Refactor the API to return objects instead of encoded objects.
  22. ** Add a second example that uses PDO to store registrations.
  23. ** Add documentation to the API.
  24. ** Check that randomness returned is good.
  25. ** Drop the unneeded mcrypt extension.
  26. ** More tests.
  27. * Version 0.0.1 (released 2014-10-16)
  28. ** Initial release.