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