aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAge
...
* | Implement DerefMut for User and AdminRobin Krahl2019-02-02
* | Add set_encrypted_volume_mode method to StorageRobin Krahl2019-01-31
* | Add get_firmware_version methodRobin Krahl2019-01-28
* | Always return a Result when communicating with a deviceRobin Krahl2019-01-27
* | Rename Error::Unknown to Error::UnknownErrorRobin Krahl2019-01-27
* | Remove the Result typedefRobin Krahl2019-01-27
* | Add tolerance for timing issues to the TOTP testsRobin Krahl2019-01-25
* | Add license and copyright informationRobin Krahl2019-01-23
* | Implement From<(T: Device, Error)> for ErrorRobin Krahl2019-01-23
* | Return UTF-8 error if libnitrokey returns an invalid stringRobin Krahl2019-01-23
* | Add Error::Utf8Error variantRobin Krahl2019-01-23
* | Implement From<Pro> and From<Storage> for DeviceWrapperRobin Krahl2019-01-23
* | Add Pro::new and Storage::new functionsRobin Krahl2019-01-23
* | Refactor and clean up all codeRobin Krahl2019-01-23
* | Prefer into() over numeric castingRobin Krahl2019-01-23
* | Prevent direct instantiation of Pro and StorageRobin Krahl2019-01-23
* | Remove the unused CommandError::Undefined variantRobin Krahl2019-01-20
* | Return CommunicationError::NotConnected from connect functionsRobin Krahl2019-01-20
* | Add the CommunicationError enumRobin Krahl2019-01-20
* | Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* | Move the CommandError::Unknown to ErrorRobin Krahl2019-01-20
* | Refactor CommandError::RngError into Error::RandErrorRobin Krahl2019-01-20
* | Return Error instead of CommandErrorRobin Krahl2019-01-20
* | Add the Error enum and the Result<T> typedefRobin Krahl2019-01-20
* | Implement std::error::Error for error::CommandErrorRobin Krahl2019-01-20
* | Merge branch 'hotfix-0.3.4' into nextRobin Krahl2019-01-20
|\ \ | |/
| * Release v0.3.4Robin Krahl2019-01-20
* | Introduce DEFAULT_ADMIN_PIN and DEFAULT_USER_PIN constantsRobin Krahl2019-01-19
* | Implement Display for VersionRobin Krahl2019-01-17
* | Remove the test-pro and test-storage featuresRobin Krahl2019-01-16
|/
* Release v0.3.3v0.3.3Robin Krahl2019-01-16
* Add delay between factory reset and building AES key in testsRobin Krahl2019-01-16
* Fix result_from_string for empty return valuesRobin Krahl2019-01-16
* Use rand_os for random data generationDaniel Mueller2019-01-14
* 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
* Release v0.3.2v0.3.2Robin Krahl2019-01-12
* Add export_firmware to the change logRobin Krahl2019-01-12
* Add set_unencrypted_volume_mode to StorageRobin Krahl2019-01-12
* Add the wink method to the Storage structRobin Krahl2019-01-11
* Add the get_library_version functionRobin Krahl2019-01-11
* Make three more error codes knownDaniel Mueller2019-01-09
* Release v0.3.1v0.3.1Robin Krahl2019-01-07
* Add the connect_model functionRobin Krahl2019-01-07
* Add support for the hidden volumes on a Nitrokey StorageRobin Krahl2019-01-06
* Use nitrokey-test for nitrokey device testsDaniel Mueller2019-01-05
* Release v0.3.0v0.3.0Robin 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