NEWS 1.0 KB

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