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

fix to set HMAC #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bugrasan
Copy link

This will fix setting the private key HMAC;
While setting HMAC we don't need the key_feature.
However the setkey function in client.py was expecting a key_feature.

This was the quickest fix, but probably not the most elegant. Further code cleanup might be required and might follow.

PS: I just tested the use case for setting HMAC, proper testing for other priv key types should be done.

this will fix setting the private key HMAC;
while setting HMAC we don't need the key_feature.
however the setkey function in client.py was expecting a key_feature.
@bugrasan
Copy link
Author

more information regarding users having trouble uploading HMAC keys in the forum: https://onlykey.discourse.group/t/cant-configure-the-challenge-response-with-onlykey-cli/306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant