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

PublicKey commands #15

Closed
diagprov opened this issue Feb 26, 2020 · 1 comment · Fixed by #17
Closed

PublicKey commands #15

diagprov opened this issue Feb 26, 2020 · 1 comment · Fixed by #17
Assignees
Labels
A-pubkey Relevant to public key support (curve25519/ed25519) C-BUG Something isn't working P-MED Medium priority issue

Comments

@diagprov
Copy link
Member

diagprov commented Feb 26, 2020

The C2 currently does not, and should, support the RemovePubKey, ResetPubKeys and SetC2Keys command documented in the specification here.

From the spec:

RemovePubKey: 0x04 | ID (16): removes the given client id and associated public key from the client's clientkeys table.
ResetPubKeys: 0x05: Empties the client's clientkeys table.
SetC2Key: 0x07 | PubKey (32): Instructs the device to replace the current C2 public key with the newly transmitted one (must be use with care).

cc @daeMOn63 @veorq

@diagprov diagprov added A-pubkey Relevant to public key support (curve25519/ed25519) C-BUG Something isn't working P-MED Medium priority issue labels Feb 26, 2020
@diagprov diagprov changed the title RemovePubKey command to be implemented PublicKey commands Feb 26, 2020
@daeMOn63 daeMOn63 self-assigned this Feb 28, 2020
@diagprov
Copy link
Member Author

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-pubkey Relevant to public key support (curve25519/ed25519) C-BUG Something isn't working P-MED Medium priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants