summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 153ff71..b651ca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
1* Version 1.5.0 (2020-09-01)
2 ** hid_linux: return FIDO_OK if no devices are found.
3 ** hid_osx:
4 - repair communication with U2F tokens, gh#166;
5 - reliability fixes.
6 ** fido2-{assert,cred}: new options to explicitly toggle UP, UV.
7 ** Support for configurable report lengths.
8 ** New API calls:
9 - fido_cbor_info_maxcredcntlst;
10 - fido_cbor_info_maxcredidlen;
11 - fido_cred_aaguid_len;
12 - fido_cred_aaguid_ptr;
13 - fido_dev_get_touch_begin;
14 - fido_dev_get_touch_status.
15 ** Use COSE_ECDH_ES256 with CTAP_CBOR_CLIENT_PIN; gh#154.
16 ** Allow CTAP messages up to 2048 bytes; gh#171.
17 ** Ensure we only list USB devices by default.
18
1* Version 1.4.0 (2020-04-15) 19* Version 1.4.0 (2020-04-15)
2 ** hid_hidapi: hidapi backend; enable with -DUSE_HIDAPI=1. 20 ** hid_hidapi: hidapi backend; enable with -DUSE_HIDAPI=1.
3 ** Fall back to U2F if the key claims to, but does not support FIDO2. 21 ** Fall back to U2F if the key claims to, but does not support FIDO2.