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

Add Clear syscall #28

Closed
wants to merge 1 commit into from
Closed

Add Clear syscall #28

wants to merge 1 commit into from

Commits on Nov 13, 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 Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8825379 View commit details
    Browse the repository at this point in the history