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 missing goto and clarify some CLI documentation #1

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

Conversation

keefertaylor
Copy link

This PR polishes some rough edges on Yubico#323.

Specifically:

  • Fix a missing goto statement that lets yhunwrap continue to execute after encountering an error condition
  • s/wrap/unwrap in the CLI documentation, since that's what this new binary does
  • Specify the expected format for the files that are input / output from this program.

Feel free to disregard point 3 if it seems extraneous. However, anecdotally, I spent a fair bit of time trying to figure out why my decrypt operations were failing before realizing that the input formats for the files are different. Perhaps this is obvious if you regularly work with yubihsm-shell, but it wasn't to me (and in general, I find the lack of documentation on file formats in yubihsm-shell to be frustrating so it's possible I'm missing something).

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