summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog88
1 files changed, 18 insertions, 70 deletions
diff --git a/debian/changelog b/debian/changelog
index 7502d61..147db09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,80 +1,28 @@
1libfido2 (1.2.0~ppa1~bionic1) bionic; urgency=low 1libfido2 (1.4.0-1) UNRELEASED; urgency=medium
2 2
3 * Credential management support. 3 * New upstream release.
4 * New API reflecting FIDO's 3-state booleans (true, false, absent):
5 - fido_assert_set_up;
6 - fido_assert_set_uv;
7 - fido_cred_set_rk;
8 - fido_cred_set_uv.
9 * Command-line tools for Windows.
10 * Documentation and reliability fixes.
11 * fido_{assert,cred}_set_options() are now marked as deprecated.
12 4
13 -- pedro martelletto <pedro@yubico.com> Fri, 23 Aug 2019 12:08:02 +0000 5 -- Colin Watson <cjwatson@debian.org> Fri, 17 Apr 2020 21:01:30 +0100
14 6
15libfido2 (1.1.0) bionic; urgency=low 7libfido2 (1.3.1-1) unstable; urgency=medium
16 8
17 * MacOS: fix IOKit crash on HID read. 9 [ nicoo ]
18 * Windows: fix contents of release file. 10 * New upstream version 1.3.1 (released 2020-02-19)
19 * EdDSA (Ed25519) support. 11 Correctly zero part of the APDU when communicating with U2F devices
20 * fido_dev_make_cred: fix order of CBOR map keys.
21 * fido_dev_get_assert: plug memory leak when operating on U2F devices.
22 12
23 -- pedro martelletto <pedro@yubico.com> Tue, 07 May 2019 08:03:21 +0000 13 * Fix non-determinism in the build
14 Set CMAKE_BUILD_RPATH_USE_ORIGIN, require cmake >= 3.14
15 * Add CI, based on salsa-ci-team's pipeline
24 16
25libfido2 (1.0.0) bionic; urgency=low 17 [ Colin Watson ]
18 * Fix pattern in debian/watch.
19 * Only use -fstack-protector-all if it is supported
26 20
27 * Native HID support on Linux, MacOS, and Windows. 21 -- nicoo <nicoo@debian.org> Sun, 23 Feb 2020 15:36:41 +0100
28 * fido2-{assert,cred}: new -u option to force U2F on dual authenticators.
29 * fido2-assert: support for multiple resident keys with the same RP.
30 * Strict checks for CTAP2 compliance on received CBOR payloads.
31 * Better fuzzing harnesses.
32 * Documentation and reliability fixes.
33 22
34 -- pedro martelletto <pedro@yubico.com> Tue, 19 Mar 2019 07:38:36 +0000 23libfido2 (1.3.0-1) unstable; urgency=low
35 24
36libfido2 (0.4.0) bionic; urgency=low 25 * Initial packaging (released 2019-11-28)
26 Closes: #951184
37 27
38 * fido2-assert: print the user id for resident credentials. 28 -- nicoo <nicoo@debian.org> Wed, 12 Feb 2020 15:40:00 +0100
39 * Fix encoding of COSE algorithms when making a credential.
40 * Rework purpose of fido_cred_set_type; no ABI change.
41 * Minor documentation and code fixes.
42
43 -- pedro martelletto <pedro@yubico.com> Mon, 07 Jan 2019 08:22:01 +0000
44
45libfido2 (0.3.0) bionic; urgency=low
46
47 * Various reliability fixes.
48 * Merged fuzzing instrumentation.
49 * Added regress tests.
50 * Added support for FIDO 2's hmac-secret extension.
51 * New API calls:
52 - fido_assert_hmac_secret_len;
53 - fido_assert_hmac_secret_ptr;
54 - fido_assert_set_extensions;
55 - fido_assert_set_hmac_salt;
56 - fido_cred_set_extensions;
57 - fido_dev_force_fido2.
58 * Support for native builds with Microsoft Visual Studio 17.
59
60 -- pedro martelletto <pedro@yubico.com> Tue, 11 Sep 2018 09:05:32 +0000
61
62libfido2 (0.2.0) bionic; urgency=low
63
64 * Added command-line tools.
65 * Added a couple of missing get functions.
66
67 -- pedro martelletto <pedro@yubico.com> Mon, 18 Jun 2018 10:44:11 +0000
68
69libfido2 (0.1.1~dev) bionic; urgency=low
70
71 * Added documentation.
72 * Minor fixes.
73
74 -- pedro martelletto <pedro@yubico.com> Wed, 30 May 2018 13:16:28 +0000
75
76libfido2 (0.1.0~dev) bionic; urgency=low
77
78 * Initial release.
79
80 -- pedro martelletto <pedro@yubico.com> Fri, 18 May 2018 08:47:01 +0000