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

Access the keystore via a path rather than the CoreContext #29

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 25, 2023

  1. Add Clear syscall

    This syscall does the same as `delete` for a key.
    The only difference is that it is designed to allow re-import of the key
    if it was exported with `WrapKey`.
    
    With the core trussed backend this does not change anything, as nothing is needed to
    allow the re-import. However the same mechansim in the SE050 work differently, and
    being able to differenciate permanent deletion and deletion with intent to re-import is crucial.
    sosthene-nitrokey committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e2e41de View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Access the keystore via a path rather than the CoreContext

    Similar to 5af424e, this patch updates
    the `keystore` method to be able to create a keystore with a custom path.
    This can be useful for backends that want to have a keystore distinct from
    the core one.
    sosthene-nitrokey committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    df72098 View commit details
    Browse the repository at this point in the history