aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAge
* Change license for configuration and documentation to CC0-1.0Robin Krahl2019-12-27
* Merge branch 'hotfix-0.3.5' into nextRobin Krahl2019-12-16
|\
| * Release v0.3.5v0.3.5Robin Krahl2019-12-16
| * Update the nitrokey-sys version specification to ~3.4Robin Krahl2019-12-16
* | Refactor the device module into submodulesRobin Krahl2019-07-16
* | Update rand_{core,os} dependenciesRobin Krahl2019-07-16
* | Update the nitrokey-test dependency to version 0.3Robin Krahl2019-07-16
* | Add force_take function to ignore poisoned cacheRobin Krahl2019-07-09
* | Introduce into_manager for DeviceRobin Krahl2019-07-09
* | Store mutable reference to Manager in DeviceRobin Krahl2019-07-08
* | Move {Pro, Storage}::connect into ManagerRobin Krahl2019-07-08
* | Move the connect_model function into ManagerRobin Krahl2019-07-08
* | Move the connect function into ManagerRobin Krahl2019-07-08
* | Add Manager struct to manage Nitrokey connectionsRobin Krahl2019-07-08
* | Add ConcurrentAccessError and PoisonError variantsRobin Krahl2019-07-08
* | Update nitrokey-test and add nitrokey-test-stateRobin Krahl2019-07-07
* | Update nitrokey-sys to version 3.5Robin Krahl2019-07-05
* | Revert "Refactor User and Admin to use a mutable reference"Robin Krahl2019-02-05
* | Store mutable reference to Device in PasswordSafeRobin Krahl2019-02-02
* | Refactor User and Admin to use a mutable referenceRobin Krahl2019-02-02
* | Require mutable reference if method changes device stateRobin Krahl2019-02-02
* | Add device_mut method to DeviceWrapperRobin Krahl2019-02-02
* | 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