NEWS 875 B

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