Releases: danstiner/rust-u2f
Releases · danstiner/rust-u2f
v0.4.2
- 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
- Logging improvements
- Add additional known app id hashes
v0.4.0
- 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
- 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
- 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
- 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
- Improve notifications on older Ubuntu distributions
- License under dual MIT/Apache-2.0
- Remove now unused softu2f-bin project
v0.1.0
- 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
First working prototype. Must be run as root: sudo --preserve-environment softu2f-bin