aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Makefile
Commit message (Collapse)AuthorAge
* Receive command responsesDaniel Mueller2017-03-30
By just sending a command to the nitrokey alone we have no idea of what actually happened on the side of the nitrokey. A command could simply be invalid in the current context or the stick could be busy or in a failure state. In order to determine the success of an operation, this change adds the logic to retrieve the response from the nitrokey as well.