| Commit message (Expand) | Author | Age |
* | Move {Pro, Storage}::connect into Manager | Robin Krahl | 2019-07-08 |
* | Move the connect_model function into Manager | Robin Krahl | 2019-07-08 |
* | Revert "Store mutable reference to Device in PasswordSafe" | Robin Krahl | 2019-02-05 |
* | Revert "Refactor User and Admin to use a mutable reference" | Robin Krahl | 2019-02-05 |
* | Remove PIN constants from tests | Robin Krahl | 2019-02-04 |
* | Refactor User and Admin to use a mutable reference | Robin Krahl | 2019-02-02 |
* | Require mutable reference if method changes device state | Robin Krahl | 2019-02-02 |
* | Add set_encrypted_volume_mode method to Storage | Robin Krahl | 2019-01-31 |
* | Add assert_any_ok macro to unit tests | Robin Krahl | 2019-01-28 |
* | Add unwrap_ok macro to replace unwrap in unit tests | Robin Krahl | 2019-01-28 |
* | Accept UTF-8 errors in password safe tests | Robin Krahl | 2019-01-28 |
* | Add get_firmware_version method | Robin Krahl | 2019-01-28 |
* | Always return a Result when communicating with a device | Robin Krahl | 2019-01-27 |
* | Add license and copyright information | Robin Krahl | 2019-01-23 |
* | Refactor device::config test case | Robin Krahl | 2019-01-23 |
* | Fix formatting in tests | Robin Krahl | 2019-01-20 |
* | Check specific error codes in the tests | Robin Krahl | 2019-01-20 |
* | Refactor library errors into LibraryError enum | Robin Krahl | 2019-01-20 |
* | Add assert_cmd_err and assert_ok macros to tests | Robin Krahl | 2019-01-20 |
* | Introduce the FirmwareVersion struct | Robin Krahl | 2019-01-17 |
* | Add delay between factory reset and building AES key in tests | Robin Krahl | 2019-01-16 |
* | Build AES key after factory reset in tests | Robin Krahl | 2019-01-16 |
* | Make device::factory_reset test more robust | Robin Krahl | 2019-01-16 |
* | Add the clear_new_sd_card_warning method to Storage | Robin Krahl | 2019-01-14 |
* | Add the get_production_info method to the Storage struct | Robin Krahl | 2019-01-14 |
* | Add export_firmware method to Storage | Robin Krahl | 2019-01-12 |
* | Add set_unencrypted_volume_mode to Storage | Robin Krahl | 2019-01-12 |
* | Move the update PIN from tests/util to tests/device | Robin Krahl | 2019-01-12 |
* | Do not check for errors in connect tests | Daniel Mueller | 2019-01-09 |
* | Add the connect_model function | Robin Krahl | 2019-01-07 |
* | Add support for the hidden volumes on a Nitrokey Storage | Robin Krahl | 2019-01-06 |
* | Prefer assert_eq over is_ok() checks | Daniel Mueller | 2019-01-05 |
* | Use nitrokey-test for nitrokey device tests | Daniel Mueller | 2019-01-05 |
* | Update documentation and test for factory_reset | Robin Krahl | 2019-01-04 |
* | Add Device::build_aes_key method | Robin Krahl | 2019-01-03 |
* | Add Device::factory_reset method | Robin Krahl | 2019-01-03 |
* | Add Storage::change_update_pin method | Robin Krahl | 2019-01-03 |
* | Extend unlock_user_pin tests | Robin Krahl | 2019-01-03 |
* | Fix Storage volume detection for test cases | Robin Krahl | 2018-12-30 |
* | Add function Device::get_model | Robin Krahl | 2018-12-30 |
* | Remove test-no-device feature | Robin Krahl | 2018-12-16 |
* | Refactor tests into the top-level tests directory | Robin Krahl | 2018-12-16 |