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

Implement commands for management of resident keys #392

Merged
merged 1 commit into from
Mar 21, 2020

Commits on Mar 21, 2020

  1. Implement commands for management of resident keys

    Implement command 0x41 which is used by OpenSSH for reading RKs. It has
    the following subcommands:
     * CMD_CRED_METADATA - get number of saved/remaining RKs
     * CMD_RP_BEGIN/CMD_RP_NEXT - iterate over the saved RPs
     * CMD_RK_BEGIN/CMD_RK_NEXT - iterate over the RKs for a given RP
    
    Fixes issue solokeys#374 and issue solokeys#314
    Radoslav Gerganov committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9009b1b View commit details
    Browse the repository at this point in the history