aboutsummaryrefslogtreecommitdiff
path: root/tests
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
* Use dyn keyword for trait arguments in tests/otp.rsRobin Krahl2019-12-29
* 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
* Add Manager struct to manage Nitrokey connectionsRobin 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 tolerance for timing issues to the TOTP testsRobin Krahl2019-01-25
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor device::config test caseRobin Krahl2019-01-23
* Return UTF-8 error if libnitrokey returns an invalid stringRobin Krahl2019-01-23
* Fix formatting in testsRobin Krahl2019-01-20
* Check specific error codes in the testsRobin Krahl2019-01-20
* Introduce the Error::UnexpectedError variantRobin Krahl2019-01-20
* Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* Move the CommandError::Unknown to ErrorRobin Krahl2019-01-20
* Add assert_cmd_err and assert_ok macros to testsRobin Krahl2019-01-20
* Introduce the FirmwareVersion structRobin Krahl2019-01-17
* Document and test empty Git versionsRobin Krahl2019-01-16
* 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
* pws: Interpret empty strings as unprogrammed slotsRobin 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
* Add the get_library_version functionRobin Krahl2019-01-11
* Check InvalidHexString error in otp test suiteRobin Krahl2019-01-09
* Fix otp::totp_error test caseRobin Krahl2019-01-09