index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
*
Release v0.4.0
v0.4.0
Robin Krahl
2020-01-02
*
Change license for configuration and documentation to CC0-1.0
Robin Krahl
2019-12-27
*
Merge branch 'hotfix-0.3.5' into next
Robin Krahl
2019-12-16
|
\
|
*
Release v0.3.5
v0.3.5
Robin Krahl
2019-12-16
|
*
Update the nitrokey-sys version specification to ~3.4
Robin Krahl
2019-12-16
*
|
Refactor the device module into submodules
Robin Krahl
2019-07-16
*
|
Update rand_{core,os} dependencies
Robin Krahl
2019-07-16
*
|
Update the nitrokey-test dependency to version 0.3
Robin Krahl
2019-07-16
*
|
Add force_take function to ignore poisoned cache
Robin Krahl
2019-07-09
*
|
Introduce into_manager for Device
Robin Krahl
2019-07-09
*
|
Store mutable reference to Manager in Device
Robin Krahl
2019-07-08
*
|
Move {Pro, Storage}::connect into Manager
Robin Krahl
2019-07-08
*
|
Move the connect_model function into Manager
Robin Krahl
2019-07-08
*
|
Move the connect function into Manager
Robin Krahl
2019-07-08
*
|
Add Manager struct to manage Nitrokey connections
Robin Krahl
2019-07-08
*
|
Add ConcurrentAccessError and PoisonError variants
Robin Krahl
2019-07-08
*
|
Update nitrokey-test and add nitrokey-test-state
Robin Krahl
2019-07-07
*
|
Update nitrokey-sys to version 3.5
Robin Krahl
2019-07-05
*
|
Revert "Refactor User and Admin to use a mutable reference"
Robin Krahl
2019-02-05
*
|
Store mutable reference to Device in PasswordSafe
Robin Krahl
2019-02-02
*
|
Refactor User and Admin to use a mutable reference
Robin Krahl
2019-02-02
*
|
Require mutable reference if method changes device state
Robin Krahl
2019-02-02
*
|
Add device_mut method to DeviceWrapper
Robin Krahl
2019-02-02
*
|
Implement DerefMut for User and Admin
Robin Krahl
2019-02-02
*
|
Add set_encrypted_volume_mode method to Storage
Robin Krahl
2019-01-31
*
|
Add get_firmware_version method
Robin Krahl
2019-01-28
*
|
Always return a Result when communicating with a device
Robin Krahl
2019-01-27
*
|
Rename Error::Unknown to Error::UnknownError
Robin Krahl
2019-01-27
*
|
Remove the Result typedef
Robin Krahl
2019-01-27
*
|
Add tolerance for timing issues to the TOTP tests
Robin Krahl
2019-01-25
*
|
Add license and copyright information
Robin Krahl
2019-01-23
*
|
Implement From<(T: Device, Error)> for Error
Robin Krahl
2019-01-23
*
|
Return UTF-8 error if libnitrokey returns an invalid string
Robin Krahl
2019-01-23
*
|
Add Error::Utf8Error variant
Robin Krahl
2019-01-23
*
|
Implement From<Pro> and From<Storage> for DeviceWrapper
Robin Krahl
2019-01-23
*
|
Add Pro::new and Storage::new functions
Robin Krahl
2019-01-23
*
|
Refactor and clean up all code
Robin Krahl
2019-01-23
*
|
Prefer into() over numeric casting
Robin Krahl
2019-01-23
*
|
Prevent direct instantiation of Pro and Storage
Robin Krahl
2019-01-23
*
|
Remove the unused CommandError::Undefined variant
Robin Krahl
2019-01-20
*
|
Return CommunicationError::NotConnected from connect functions
Robin Krahl
2019-01-20
*
|
Add the CommunicationError enum
Robin Krahl
2019-01-20
*
|
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
|
Move the CommandError::Unknown to Error
Robin Krahl
2019-01-20
*
|
Refactor CommandError::RngError into Error::RandError
Robin Krahl
2019-01-20
*
|
Return Error instead of CommandError
Robin Krahl
2019-01-20
*
|
Add the Error enum and the Result<T> typedef
Robin Krahl
2019-01-20
*
|
Implement std::error::Error for error::CommandError
Robin Krahl
2019-01-20
*
|
Merge branch 'hotfix-0.3.4' into next
Robin Krahl
2019-01-20
|
\
|
|
*
Release v0.3.4
Robin Krahl
2019-01-20
[next]