aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
Commit message (Expand)AuthorAge
* Add tolerance for timing issues to the TOTP testsRobin Krahl2019-01-25
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor device::config test caseRobin Krahl2019-01-23
* Implement From<(T: Device, Error)> for ErrorRobin Krahl2019-01-23
* Prefer into() over numeric castingRobin Krahl2019-01-23
* Prevent direct instantiation of Pro and StorageRobin Krahl2019-01-23
* Check specific error codes in the testsRobin Krahl2019-01-20
* Document that NK_is_AES_supported is unsupportedRobin Krahl2019-01-16
* Fix result_from_string for empty return valuesRobin Krahl2019-01-16
* Add the clear_new_sd_card_warning method to StorageRobin Krahl2019-01-14
* Add the get_production_info method to the Storage structRobin Krahl2019-01-14
* Add export_firmware method to StorageRobin Krahl2019-01-12
* Document unsupported outdated functionsRobin Krahl2019-01-12
* Add set_unencrypted_volume_mode to StorageRobin Krahl2019-01-12
* Update readme and todo for NK_get_device_modelRobin Krahl2019-01-11
* Add the wink method to the Storage structRobin Krahl2019-01-11
* Add the get_library_version functionRobin Krahl2019-01-11
* Add support for the hidden volumes on a Nitrokey StorageRobin Krahl2019-01-06
* 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
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02
* 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
* Remove NK_lock_device call from PasswordSafe::dropRobin Krahl2018-06-07
* Add support for encrypted volumeRobin Krahl2018-06-07
* Implement Drop for PasswordSafeRobin Krahl2018-06-05
* Add traits for easier error handling to todo listRobin Krahl2018-06-05
* Add tests with different TOTP time windowsRobin Krahl2018-06-05
* Add support for unlock_user_password commandRobin Krahl2018-05-31
* 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
* Improve log level documentationRobin Krahl2018-05-22
* Add an example for setting the current timeRobin Krahl2018-05-22
* Use drop() instead of disconnect()Robin 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
* Re-add segmentation fault issues to todo listRobin 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
* Initial commitRobin Krahl2018-05-19