Skip to content

Releases: danstiner/rust-u2f

v0.4.2

07 Sep 01:37
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Logging improvements
  • Add additional known app id hashes

v0.4.0

29 Sep 18:58
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • 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
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

First working prototype. Must be run as root: sudo --preserve-environment softu2f-bin