Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix implementation of Authenticate for DeviceWrapper | Robin Krahl | 2018-05-29 |
| | | | | | | Previously, the Authenticate implementation for DeviceWrapper paniced if the wrapped device is a Nitrokey Storage. This patch implements authentication for wrapped Storage devices. | ||
* | Add rudimentary support for the Nitrokey Storage | Robin Krahl | 2018-05-29 |
| | | | | | This patch adds the Storage struct and the test-storage feature. It also enables all currently supported Pro commands for the Storage. | ||
* | Move Admin, User and Authenticate to auth module | Robin Krahl | 2018-05-28 |