aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.3.1v0.3.1Robin Krahl2019-01-07
* Add the connect_model functionRobin Krahl2019-01-07
* Rename device::connect_model to device::connect_enumRobin Krahl2019-01-07
* Document the Undefined error for the connect methodsRobin 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
* Update README after test refactoringRobin 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
* Release v0.3.0v0.3.0Robin Krahl2019-01-04
* Update documentation and test for factory_resetRobin Krahl2019-01-04
* Fix documentation test for Storage::change_update_pinRobin Krahl2019-01-04
* Add Storage::enable_firmware_update methodRobin Krahl2019-01-03
* 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
* Document decryption failure for get_password_safeRobin Krahl2019-01-03
* Update changelogRobin Krahl2019-01-03
* Update documentation for pws methodsRobin Krahl2019-01-03
* Preserve unknown error code valuesDaniel Mueller2019-01-03
* Fix typo: occured -> occurredDaniel Mueller2019-01-03
* Extend unlock_user_pin testsRobin Krahl2019-01-03
* Remove CommandError::RngErrorRobin Krahl2019-01-03
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02
* Relax nitrokey-sys dependency to 3.4Robin Krahl2019-01-01
* Release v0.2.3v0.2.3Robin Krahl2018-12-31
* Release v0.2.2v0.2.2Robin Krahl2018-12-30
* Remove the Cargo.toml extract from READMERobin Krahl2018-12-30
* Fix Storage volume detection for test casesRobin Krahl2018-12-30
* Fix get_model implementation for StorageRobin Krahl2018-12-30
* Derive Clone and Copy for CommandError, LogLevel, OtpModeRobin Krahl2018-12-30
* Fix formatting using to rustfmtRobin Krahl2018-12-30
* Add function Device::get_modelRobin Krahl2018-12-30
* Update the changelogRobin Krahl2018-12-16
* Update to rand v0.6Robin Krahl2018-12-16
* Remove test-no-device featureRobin Krahl2018-12-16
* Fix examples for {Pro, Storage}::connect()Robin Krahl2018-12-16
* Refactor tests into the top-level tests directoryRobin Krahl2018-12-16
* Remove redundant extern crate declarationsRobin Krahl2018-12-16
* Update to Rust edition 2018Robin Krahl2018-12-16
* Use the crate:: path qualifier for modulesRobin Krahl2018-12-16
* Use the dyn syntax for trait objectsRobin Krahl2018-12-16
* Make hidden life time parameters explicitRobin Krahl2018-12-16
* Add documentation for {Pro, Storage}::connect()Robin Krahl2018-12-16
* Enable additional compiler warningsRobin Krahl2018-12-16
* Fix formatting according to Rust style guideRobin Krahl2018-12-16
* Release v0.2.1v0.2.1Robin Krahl2018-12-10
* Re-export device::{StorageStatus, VolumeStatus} in lib.rsRobin Krahl2018-12-10