Releases: danstiner/rust-u2f
Releases · danstiner/rust-u2f
v0.4.2
07 Sep 01:37
Compare
Sorry, something went wrong.
No results found
Remove xdg:schema search attribute, some entries from older versions can lack this attribute
Better handling of bogus app id's from Firefox and Chrome
v0.4.1
17 May 02:38
Compare
Sorry, something went wrong.
No results found
Logging improvements
Add additional known app id hashes
v0.4.0
29 Sep 18:58
Compare
Sorry, something went wrong.
No results found
Store secrets in secret service if available (e.g. Gnome Keyring)
Updated file store class that handles handles correctly
Add additional known app id hashes
Ignore the bogus app id hash used by Chrome
v0.3.2
25 Mar 05:45
Compare
Sorry, something went wrong.
No results found
Set file mode 600 on secrets file. This should avoid the file accidentally being readable by other users on the same machine.
v0.3.1
27 Feb 15:37
Compare
Sorry, something went wrong.
No results found
Fix handling of key handles over 128 bytes. Previously the program would assert and crash if another U2F security token was registered with a key handle longer than 128 bytes for the site.
v0.3.0
25 Feb 17:07
Compare
Sorry, something went wrong.
No results found
Support new FIDO v2.0 specification with proper fallback
Generate meaningful device name "SoftU2F for Linux (user@machine)"
Stop caching potentially stale user secrets, instead load them from disk immediately before use
v0.2.0
08 Jan 05:46
Compare
Sorry, something went wrong.
No results found
Improve notifications on older Ubuntu distributions
License under dual MIT/Apache-2.0
Remove now unused softu2f-bin project
v0.1.0
28 Dec 11:09
Compare
Sorry, something went wrong.
No results found
New daemon binaries that are automatically started by systemd, no need to manually run a binary as root
Packages for Fedora/Ubuntu to install the daemons along with necessary dependencies so everything "just works"
Support for Firefox
Does not crash when multiple clients connect to system daemon
Various other bugfixes
v0.1.0-alpha
28 Dec 06:04
Compare
Sorry, something went wrong.
No results found
First working prototype. Must be run as root: sudo --preserve-environment softu2f-bin