Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #37

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Merge upstream changes #37

merged 5 commits into from
Mar 4, 2024

Commits on Feb 21, 2024

  1. Run cargo fmt

    Older version of Rust failed to format `service.rs` file.
    sosthene-nitrokey committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1012a9b View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    sosthene-nitrokey committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7f4e12d View commit details
    Browse the repository at this point in the history
  3. Add must_use attributes on futures.

    Prior to that there would be no warning when forgetting to use `(try_)syscall`.
    sosthene-nitrokey committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2a2b209 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add nonce to wrap_key and unwrap_key syscalls

    This patch adds a nonce argument to the wrap_key and unwrap_key syscalls
    to be able to use the Aes256Cbc mechanism with a non-zero IV in the
    future.
    robin-nitrokey committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6492aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff2e66 View commit details
    Browse the repository at this point in the history