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

feat(crypto/keyring): add Linux's keyctl support #21653

Merged
merged 15 commits into from
Sep 16, 2024

Commits on Sep 11, 2024

  1. keyring: new keyctl backend

    keyctl is a Linux kernel's interface to help
    protect cryptohtaphic data from a whole class
    of potential security vulnerabilities.
    
    The Keyctl backend leverages such Linux's kernel
    feature to store keys in memory securely.
    
    For more information, please see:
    https://docs.kernel.org/security/keys/core.html
    
    The keyctl backend is available on Linux platforms
    only.
    Alessio Treglia authored and alessio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    99206ed View commit details
    Browse the repository at this point in the history
  2. update godoc

    alessio committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f1d40b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. allow user to set scope

    alessio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    590c8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b166d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846e9a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98405b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22a4a87 View commit details
    Browse the repository at this point in the history
  6. fix linter warning

    alessio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dbeb3f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900a7a1 View commit details
    Browse the repository at this point in the history
  8. add tests

    Signed-off-by: Alessio Treglia <[email protected]>
    alessio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    434b5f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a47948a View commit details
    Browse the repository at this point in the history
  10. fix linter warnings

    Signed-off-by: Alessio Treglia <[email protected]>
    alessio committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fedc20a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7205ee9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88f9500 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    e3e7c26 View commit details
    Browse the repository at this point in the history