rust-u2f icon indicating copy to clipboard operation
rust-u2f copied to clipboard

U2F security token emulator written in Rust

Results 29 rust-u2f issues
Sort by recently updated
recently updated
newest added

Hello, friend! Please tell me where to find the private keys and how to transfer them to another computer?

Currently we store keys in the user's keychain, or if that's not available just in a file in their home directory. This is sufficient for many use cases, such as...

security

**Describe the bug** When setting a non-trivial facet ID at the demonstrator https://u2f.bin.coffee/ (an example facet ID would be "https://u2f.bin.coffee/fjord" rather than the default "https://u2f.bin.coffee" -- you may need to...

A number of good ideas in: http://0pointer.net/public/systemd-nluug-2014.pdf Should be as simple as trying each mitigation and see which can be enabled without breaking anything. Possibly more in the following presentation:...

security

There have been a few bug reports that seem to stem from the uhid kernel module not being loaded. Sometimes this is because the kernel does not support it at...

enhancement

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies