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

Provide keyutils with persistence-after-reboot using secret-service #222

Merged
merged 20 commits into from
Oct 26, 2024

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    cce6436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3261e24 View commit details
    Browse the repository at this point in the history
  3. clean typos

    soywod committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4bcef9d View commit details
    Browse the repository at this point in the history
  4. fix ci

    soywod committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e08aeaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460a858 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. adjust code after first review

    - Removed `default-*` features as breaking semver compat is not planned
    - Added `keyutils` cargo feature
    - Adjusted compilation condition for default stores
    - Replaced `keyutils: Option<KeyutilsCredential>` by `KeyutilsCredential` in `SsKeyutilsCredential`
    soywod committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    62cfba3 View commit details
    Browse the repository at this point in the history
  2. revert ci changes

    soywod committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cd3ef48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a90bc2 View commit details
    Browse the repository at this point in the history
  4. fix default conditions

    soywod committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    34f21bf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    f3f4835 View commit details
    Browse the repository at this point in the history
  2. fix ci

    soywod committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3b22966 View commit details
    Browse the repository at this point in the history
  3. adjust code after third review

    soywod committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    827fd6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df0acf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6a4b78 View commit details
    Browse the repository at this point in the history
  6. rename cargo features

    soywod committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b41fafc View commit details
    Browse the repository at this point in the history
  7. adjust code after forth review

    soywod committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    160ad9f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. init doc + unit tests

    soywod committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6df3d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16236b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix new clippy warning.

    brotskydotcom committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    658174e View commit details
    Browse the repository at this point in the history
  2. Updated docs for new keystore.

    Also updated feature descriptions in the library docs, and the readme.
    
    Updated the cross-platform doc builder script to know about the new keystore.
    brotskydotcom committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f59afd5 View commit details
    Browse the repository at this point in the history