index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Represent serial numbers using SerialNumber struct
Robin Krahl
2020-02-03
*
Always store serial numbers as integers
Robin Krahl
2020-01-28
*
Add String value to the Error::UnexpectedError variant
Robin Krahl
2020-01-28
*
Add the fill_sd_card function to Storage
Robin Krahl
2020-01-14
*
Add the get_operation_status function to the Storage struct
Robin Krahl
2020-01-14
*
Add the get_sd_card_usage function to the Storage struct
Robin Krahl
2020-01-14
*
Rename Status::get_status to get_storage_status
Robin Krahl
2020-01-11
*
Add support for the GET_STATUS command
Robin Krahl
2020-01-11
*
Add the connect_path function to the Manager struct
Robin Krahl
2020-01-07
*
Add list_devices function
Robin Krahl
2020-01-07
*
Use dyn keyword for trait arguments in tests/otp.rs
Robin Krahl
2019-12-29
*
Check retry count before building AES key in test
Robin Krahl
2019-07-09
*
Use into_manager in device connection tests
Robin Krahl
2019-07-09
*
Use Manager in device connection tests
Robin Krahl
2019-07-09
*
Introduce into_manager for Device
Robin Krahl
2019-07-09
*
Move {Pro, Storage}::connect into Manager
Robin Krahl
2019-07-08
*
Move the connect_model function into Manager
Robin Krahl
2019-07-08
*
Add Manager struct to manage Nitrokey connections
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 tolerance for timing issues to the TOTP tests
Robin Krahl
2019-01-25
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Refactor device::config test case
Robin Krahl
2019-01-23
*
Return UTF-8 error if libnitrokey returns an invalid string
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
*
Introduce the Error::UnexpectedError variant
Robin Krahl
2019-01-20
*
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
Move the CommandError::Unknown to Error
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
*
Document and test empty Git versions
Robin Krahl
2019-01-16
*
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
*
pws: Interpret empty strings as unprogrammed slots
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
[next]