aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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 documentation for pws methodsRobin Krahl2019-01-03
* Preserve unknown error code valuesDaniel Mueller2019-01-03
* Fix typo: occured -> occurredDaniel Mueller2019-01-03
* Remove CommandError::RngErrorRobin Krahl2019-01-03
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02
* 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 to rand v0.6Robin 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
* 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
* Re-export device::{StorageStatus, VolumeStatus} in lib.rsRobin Krahl2018-12-10
* Provide access to the status of a Nitrokey StorageRobin Krahl2018-12-10
* Add a Storage-only example to the DeviceWrapper documentationRobin Krahl2018-12-10
* Fix generic connections (connect()) to return correct deviceRobin Krahl2018-12-10
* Always free string pointers returned by libnitrokeyRobin Krahl2018-12-10
* Use {} instead of {:?} where possibleRobin Krahl2018-06-07
* Implement std::fmt::Display for CommandErrorRobin Krahl2018-06-07
* Implement easier CString creationRobin Krahl2018-06-07
* Use Result<(), CommandError> instead of CommandStatusRobin Krahl2018-06-07
* Use Storage struct for Storage-specific testsRobin Krahl2018-06-07
* Remove NK_lock_device call from PasswordSafe::dropRobin Krahl2018-06-07
* Add support for encrypted volumeRobin Krahl2018-06-07
* Adapt TOTP test cases for Nitrokey StorageRobin Krahl2018-06-06
* Remove tests for specific firmware versionsRobin Krahl2018-06-06
* Fix formatting in OTP test caseRobin Krahl2018-06-06
* Implement Drop for PasswordSafeRobin Krahl2018-06-05
* Use a Device reference in PasswordSafeRobin Krahl2018-06-05
* Add tests with different TOTP time windowsRobin Krahl2018-06-05
* Add support for unlock_user_password commandRobin Krahl2018-05-31
* Fix formatting issuesRobin Krahl2018-05-31
* Add test case for writing the HOTP counterRobin Krahl2018-05-30
* Fix implementation of Authenticate for DeviceWrapperRobin Krahl2018-05-29
* Add Authenticate to the common traits extended by DeviceRobin Krahl2018-05-29
* Fix message for Nitrokey connection in tests/otp.rsRobin Krahl2018-05-29