aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.2.1v0.2.1Robin Krahl2018-12-10
* Re-export device::{StorageStatus, VolumeStatus} in lib.rsRobin Krahl2018-12-10
* Update READMERobin Krahl2018-12-10
* Release v0.2.0v0.2.0Robin 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
* Update to nitrokey-sys v3.4.0Robin 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
* Update readme for Nitrokey StorageRobin Krahl2018-06-06
* 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
* Add traits for easier error handling to todo listRobin 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
* Update test documentation in the readmeRobin 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
* Add support for password safesRobin Krahl2018-05-29
* Add rudimentary support for the Nitrokey StorageRobin Krahl2018-05-29
* Group tests by tested functionalityRobin Krahl2018-05-28
* Move Admin, User and Authenticate to auth moduleRobin Krahl2018-05-28
* Restructure trait implementations for wrappersRobin Krahl2018-05-28
* Move set_time from Device to GenerateOtpRobin Krahl2018-05-28
* Remove duplicated documentation commentRobin Krahl2018-05-28
* Rewrap documentation comments to 100 charactersRobin Krahl2018-05-28
* Add .swp to .gitignoreRobin Krahl2018-05-28
* Introduce DeviceWrapper to abstract over devicesRobin Krahl2018-05-28
* Move the authenticate methods to a new Authenticate traitRobin Krahl2018-05-22
* Improve log level documentationRobin Krahl2018-05-22
* Remove set_debug calls in the tests and update documentationRobin Krahl2018-05-22
* Add an example for setting the current timeRobin Krahl2018-05-22
* Improve OtpSlotData constructor / builderRobin Krahl2018-05-22
* Restructure code by functionalityRobin Krahl2018-05-22
* Correct formattingRobin Krahl2018-05-22
* Fix example for change_user_pin and change_admin_pinRobin Krahl2018-05-22
* Extend test case for drop() with authenticated devicesRobin Krahl2018-05-22