aboutsummaryrefslogtreecommitdiff
path: root/tests/device.rs
Commit message (Expand)AuthorAge
* Add the fill_sd_card function to StorageRobin Krahl2020-01-14
* Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* Add support for the GET_STATUS commandRobin Krahl2020-01-11
* Add the connect_path function to the Manager structRobin Krahl2020-01-07
* Add list_devices functionRobin Krahl2020-01-07
* Check retry count before building AES key in testRobin Krahl2019-07-09
* Use into_manager in device connection testsRobin Krahl2019-07-09
* Use Manager in device connection testsRobin Krahl2019-07-09
* Introduce into_manager for DeviceRobin Krahl2019-07-09
* Move {Pro, Storage}::connect into ManagerRobin Krahl2019-07-08
* Move the connect_model function into ManagerRobin Krahl2019-07-08
* Revert "Store mutable reference to Device in PasswordSafe"Robin Krahl2019-02-05
* Revert "Refactor User and Admin to use a mutable reference"Robin Krahl2019-02-05
* Remove PIN constants from testsRobin Krahl2019-02-04
* Refactor User and Admin to use a mutable referenceRobin Krahl2019-02-02
* Require mutable reference if method changes device stateRobin Krahl2019-02-02
* Add set_encrypted_volume_mode method to StorageRobin Krahl2019-01-31
* Add assert_any_ok macro to unit testsRobin Krahl2019-01-28
* Add unwrap_ok macro to replace unwrap in unit testsRobin Krahl2019-01-28
* Accept UTF-8 errors in password safe testsRobin Krahl2019-01-28
* Add get_firmware_version methodRobin Krahl2019-01-28
* Always return a Result when communicating with a deviceRobin Krahl2019-01-27
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor device::config test caseRobin Krahl2019-01-23
* Fix formatting in testsRobin Krahl2019-01-20
* Check specific error codes in the testsRobin Krahl2019-01-20
* Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* Add assert_cmd_err and assert_ok macros to testsRobin Krahl2019-01-20
* Introduce the FirmwareVersion structRobin Krahl2019-01-17
* Add delay between factory reset and building AES key in testsRobin Krahl2019-01-16
* Build AES key after factory reset in testsRobin Krahl2019-01-16
* Make device::factory_reset test more robustRobin Krahl2019-01-16
* Add the clear_new_sd_card_warning method to StorageRobin Krahl2019-01-14
* Add the get_production_info method to the Storage structRobin Krahl2019-01-14
* Add export_firmware method to StorageRobin Krahl2019-01-12
* Add set_unencrypted_volume_mode to StorageRobin Krahl2019-01-12
* Move the update PIN from tests/util to tests/deviceRobin Krahl2019-01-12
* Do not check for errors in connect testsDaniel Mueller2019-01-09
* Add the connect_model functionRobin Krahl2019-01-07
* Add support for the hidden volumes on a Nitrokey StorageRobin Krahl2019-01-06
* Prefer assert_eq over is_ok() checksDaniel Mueller2019-01-05
* Use nitrokey-test for nitrokey device testsDaniel Mueller2019-01-05
* Update documentation and test for factory_resetRobin Krahl2019-01-04
* Add Device::build_aes_key methodRobin Krahl2019-01-03
* Add Device::factory_reset methodRobin Krahl2019-01-03
* Add Storage::change_update_pin methodRobin Krahl2019-01-03
* Extend unlock_user_pin testsRobin Krahl2019-01-03
* Fix Storage volume detection for test casesRobin Krahl2018-12-30