aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Return CommunicationError::NotConnected from connect functionsRobin Krahl2019-01-20
| * Introduce the Error::UnexpectedError variantRobin Krahl2019-01-20
| * Make CommandError messages more generalRobin Krahl2019-01-20
| * Remove CommandError::as_str methodRobin 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
| * Enable std feature for rand_coreRobin Krahl2019-01-20
| * Add assert_cmd_err and assert_ok macros to testsRobin 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
| * Move util::CommandError to the new error moduleRobin Krahl2019-01-20
|/
* Merge branch 'hotfix-0.3.4' into nextRobin Krahl2019-01-20
|\
| * Release v0.3.4Robin Krahl2019-01-20
| * Pass temporary password as *const c_charRobin Krahl2019-01-20
* | Introduce DEFAULT_ADMIN_PIN and DEFAULT_USER_PIN constantsRobin Krahl2019-01-19
* | Implement Display for VersionRobin Krahl2019-01-17
* | Introduce the FirmwareVersion structRobin Krahl2019-01-17
* | Document that NK_is_AES_supported is unsupportedRobin Krahl2019-01-16
* | Remove the test-pro and test-storage featuresRobin Krahl2019-01-16
|/
* Release v0.3.3v0.3.3Robin Krahl2019-01-16
* Add build with USE_SYSTEM_LIBNITROKEY=1Robin Krahl2019-01-16
* Document and test empty Git versionsRobin Krahl2019-01-16
* Add delay between factory reset and building AES key in testsRobin Krahl2019-01-16
* Build AES key after factory reset in testsRobin Krahl2019-01-16
* Make device::factory_reset test more robustRobin Krahl2019-01-16
* pws: Interpret empty strings as unprogrammed slotsRobin Krahl2019-01-16
* Fix result_from_string for empty return valuesRobin Krahl2019-01-16
* Fix typo: destory -> destroyDaniel Mueller2019-01-16
* Add CI build script for sr.htRobin Krahl2019-01-15
* 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 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
* Introduce VolumeMode enum in deviceRobin Krahl2019-01-12
* Move the update PIN from tests/util to tests/deviceRobin Krahl2019-01-12
* Fix formatting in get_library_versionRobin 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
* Check InvalidHexString error in otp test suiteRobin Krahl2019-01-09
* Fix otp::totp_error test caseRobin Krahl2019-01-09
* Do not check for errors in connect testsDaniel Mueller2019-01-09
* Make three more error codes knownDaniel Mueller2019-01-09