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

Use new PWS access API #138

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 26, 2021

  1. Use new PWS access API

    In previous versions of nitrokey-rs, the getters for the name, login and
    password fields of a PWS slot would return an error for empty strings as
    libnitrokey uses empty strings to indicate unprogrammed slots.  But as
    the user might have deliberately specified an empty value, nitrokey-rs
    v0.9.0 introduces a new PWS API that makes it possible to distinguish
    unprogrammed slots and empty values.
    
    This patch updates the nitrokey-rs dependency and refactors the pws
    status and pws get commands to use the new PWS API.
    robinkrahl committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    211a254 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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