aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* 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
* Fix example for GenerateOtp::get_totp_codeRobin Krahl2019-01-05
* Prefer assert_eq over is_ok() checksDaniel Mueller2019-01-05
* Adjust PWS tests to use nitrokey-test crateDaniel Mueller2019-01-05
* Adjust OTP tests to use nitrokey-testDaniel 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
* Preserve unknown error code valuesDaniel Mueller2019-01-03
* Extend unlock_user_pin testsRobin Krahl2019-01-03
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02