Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor tests into the top-level tests directory | Robin Krahl | 2018-12-16 |
| | | | | | | Newer Rust versions support integration tests in a top-level tests directory. This patch refactors the existing unit tests into integration tests. | ||
* | Add support for password safes | Robin Krahl | 2018-05-29 |
| | | | | | | | | | A password safe (PWS) stores names, logins and passwords in slots. PWS are supported both by the Nitrokey Pro and the Nitrokey Storage. They are implemented as a struct wrapping a device as the device may not be disconnected while the password safe is alive. The creation of a password safe is handled by the GetPasswordSafe trait, implemented by DeviceWrapper, Pro and Storage. | ||
* | Group tests by tested functionality | Robin Krahl | 2018-05-28 |
| | |||
* | Initial commit | Robin Krahl | 2018-05-19 |