aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Use drop() instead of disconnect()Robin Krahl2018-05-22
* Activate tests for unauthorized OTP code generationRobin Krahl2018-05-22
* Add support for change_admin_pin and change_user_pinRobin Krahl2018-05-22
* Add support for erase_hotp_slot and erase_totp_slotRobin Krahl2018-05-22
* Correct invalid slot handlingRobin Krahl2018-05-22
* Refactor test casesRobin Krahl2018-05-21
* Re-add segmentation fault issues to todo listRobin Krahl2018-05-21
* Add documentation link to Cargo.tomlRobin Krahl2018-05-21
* Remove get_major_firmware_version reference in readmeRobin Krahl2018-05-21
* Release v0.1.1v0.1.1Robin Krahl2018-05-21
* Use NK_login_enum instead of NK_loginRobin Krahl2018-05-21
* Add get_minor_firmware_version to DeviceRobin Krahl2018-05-21
* Update nitrokey-sys dependency to v3.3.0Robin Krahl2018-05-21
* Remove nitrokey-sys crateRobin Krahl2018-05-21
* Add README.md to Cargo.tomlRobin Krahl2018-05-19
* Add a version to the nitrokey-sys dependencyv0.1.0Robin Krahl2018-05-19
* Add libc dependency for nitrokey-sysRobin Krahl2018-05-19
* Initial commitRobin Krahl2018-05-19