index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix example for GenerateOtp::get_totp_code
Robin Krahl
2019-01-05
*
Update README after test refactoring
Robin Krahl
2019-01-05
*
Prefer assert_eq over is_ok() checks
Daniel Mueller
2019-01-05
*
Adjust PWS tests to use nitrokey-test crate
Daniel Mueller
2019-01-05
*
Adjust OTP tests to use nitrokey-test
Daniel Mueller
2019-01-05
*
Use nitrokey-test for nitrokey device tests
Daniel Mueller
2019-01-05
*
Release v0.3.0
v0.3.0
Robin Krahl
2019-01-04
*
Update documentation and test for factory_reset
Robin Krahl
2019-01-04
*
Fix documentation test for Storage::change_update_pin
Robin Krahl
2019-01-04
*
Add Storage::enable_firmware_update method
Robin Krahl
2019-01-03
*
Add Device::build_aes_key method
Robin Krahl
2019-01-03
*
Add Device::factory_reset method
Robin Krahl
2019-01-03
*
Add Storage::change_update_pin method
Robin Krahl
2019-01-03
*
Document decryption failure for get_password_safe
Robin Krahl
2019-01-03
*
Update changelog
Robin Krahl
2019-01-03
*
Update documentation for pws methods
Robin Krahl
2019-01-03
*
Preserve unknown error code values
Daniel Mueller
2019-01-03
*
Fix typo: occured -> occurred
Daniel Mueller
2019-01-03
*
Extend unlock_user_pin tests
Robin Krahl
2019-01-03
*
Remove CommandError::RngError
Robin Krahl
2019-01-03
*
Add force argument to ConfigureOtp::set_time
Robin Krahl
2019-01-02
*
Relax nitrokey-sys dependency to 3.4
Robin Krahl
2019-01-01
*
Release v0.2.3
v0.2.3
Robin Krahl
2018-12-31
*
Release v0.2.2
v0.2.2
Robin Krahl
2018-12-30
*
Remove the Cargo.toml extract from README
Robin Krahl
2018-12-30
*
Fix Storage volume detection for test cases
Robin Krahl
2018-12-30
*
Fix get_model implementation for Storage
Robin Krahl
2018-12-30
*
Derive Clone and Copy for CommandError, LogLevel, OtpMode
Robin Krahl
2018-12-30
*
Fix formatting using to rustfmt
Robin Krahl
2018-12-30
*
Add function Device::get_model
Robin Krahl
2018-12-30
*
Update the changelog
Robin Krahl
2018-12-16
*
Update to rand v0.6
Robin Krahl
2018-12-16
*
Remove test-no-device feature
Robin Krahl
2018-12-16
*
Fix examples for {Pro, Storage}::connect()
Robin Krahl
2018-12-16
*
Refactor tests into the top-level tests directory
Robin Krahl
2018-12-16
*
Remove redundant extern crate declarations
Robin Krahl
2018-12-16
*
Update to Rust edition 2018
Robin Krahl
2018-12-16
*
Use the crate:: path qualifier for modules
Robin Krahl
2018-12-16
*
Use the dyn syntax for trait objects
Robin Krahl
2018-12-16
*
Make hidden life time parameters explicit
Robin Krahl
2018-12-16
*
Add documentation for {Pro, Storage}::connect()
Robin Krahl
2018-12-16
*
Enable additional compiler warnings
Robin Krahl
2018-12-16
*
Fix formatting according to Rust style guide
Robin Krahl
2018-12-16
*
Release v0.2.1
v0.2.1
Robin Krahl
2018-12-10
*
Re-export device::{StorageStatus, VolumeStatus} in lib.rs
Robin Krahl
2018-12-10
*
Update README
Robin Krahl
2018-12-10
*
Release v0.2.0
v0.2.0
Robin Krahl
2018-12-10
*
Provide access to the status of a Nitrokey Storage
Robin Krahl
2018-12-10
*
Add a Storage-only example to the DeviceWrapper documentation
Robin Krahl
2018-12-10
*
Fix generic connections (connect()) to return correct device
Robin Krahl
2018-12-10
[next]