Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move offline Python tests call to newer Ubuntu | Szczepan Zalega | 2020-06-13 |
| | |||
* | Update build configurations | Szczepan Zalega | 2020-06-13 |
| | |||
* | Merge branch 'purism_device' | Szczepan Zalega | 2020-06-13 |
|\ | | | | | | | | | | | Support Librem Key Fixes #163 | ||
| * | Revert API change | Szczepan Zalega | 2020-06-13 |
| | | | | | | | | | | Remove the change to keep binary compatibility. Use the vendor_id field from the dev description. | ||
| * | Identify Librem Key, behaving like Nitrokey Pro device | Amit Aronovitch | 2019-10-03 |
| | | |||
* | | Merge branch 'esven/master' | Szczepan Zalega | 2020-06-13 |
|\ \ | | | | | | | | | | | | | | | | Correct Python 2 and 3 examples Fixes #178 | ||
| * | | Add Python3 Example in README.md | Sven Ebenfeld | 2020-04-28 |
| | | | | | | | | | | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> | ||
| * | | add python_bindings_example for python3 | Sven Ebenfeld | 2020-04-28 |
|/ / | | | | | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> | ||
* | | Fix build warning - possibly uninitialized value | Szczepan Zalega | 2020-04-16 |
| | | |||
* | | Merge branch 'pro-bootloader' | Szczepan Zalega | 2020-02-26 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Add tests for the Nitrokey Pro bootloader support. Allow to reconnect to the device during the test execution (e.g. for a reinsertion). Connected: https://github.com/Nitrokey/nitrokey-pro-firmware/issues/69 | ||
| * | | Add missing skip for lower firmware version | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Data retention test. Refactoring. Helper functions. | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Refactor. Allow device reconnection. | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Refactor move 2 | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Refactor move | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Refactor rename | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Bootloader data retention test | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Skip bootloader activation unless specified by the switch | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Rename the actual bootloader switching test to a distinct name | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Change too short password to default, but short of 1 letter | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Correct result of successful execution for bootloader to DISCONNECTED | Szczepan Zalega | 2020-02-26 |
| | | | |||
| * | | Add tests for Pro`s bootloader | Szczepan Zalega | 2020-02-26 |
|/ / | |||
* | | Add Nitrokey FIDO2 rule for the legacy systems | Szczepan Zalega | 2019-12-09 |
| | | | | | | | | Related: https://github.com/Nitrokey/nitrokey-fido2-firmware/issues/29 | ||
* | | UDEV rule for FIDO2 | jans23 | 2019-10-11 |
|/ | |||
* | Merge branch 'pr_161' | Szczepan Zalega | 2019-08-12 |
|\ | | | | | | | | | | | Fix for CMAKE's version getter Fixes #161 | ||
| * | Make `PROJECT_VERSION_GIT` fallback more robust | David Seifert | 2019-08-10 |
|/ | | | | | | * The previous check for `PROJECT_VERSION_GIT_RETURN_CODE` was fragile and did not check specifically that the return code is *exactly* 0. | ||
* | Add numbers to generated OTP slot names | Szczepan Zalega | 2019-06-25 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Cleanup: replace magic numbers. Correct copyright dates.v3.5 | Szczepan Zalega | 2019-06-24 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Add simple CLI tool to enable firmware update mode on NK Storage | Szczepan Zalega | 2019-06-24 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Merge branch 'otp_tests' | Szczepan Zalega | 2019-06-22 |
|\ | | | | | | | | | | | Add OTP tests: - complete writing and reading codes - test edge slots of TOTP and HOTP | ||
| * | Collect received OTP codes for all slots and print them | Szczepan Zalega | 2019-06-22 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add another test for reading and writing OTP slots | Szczepan Zalega | 2019-06-22 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Test writing edge OTP slots | Szczepan Zalega | 2019-06-22 |
|/ | | | | | | | This tests encountered bug in the Storage v0.54 RC. Write either TOTP15 or HOTP1, and try to access the other. Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Merge branch 'backward_compatibility'pre-v3.5-3 | Szczepan Zalega | 2019-06-19 |
|\ | | | | | | | | | Do the HOTP slot counter conversion from ASCII to binary only for Storage v0.53 and lower. Storage v0.54 returns binary counter. | ||
| * | Add HOTP counter tests | Szczepan Zalega | 2019-06-19 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add function reading HOTP slot details | Szczepan Zalega | 2019-06-19 |
|/ | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Tests: correct the model getting | Szczepan Zalega | 2019-06-18 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Extend TOTP time test up to 64 bits | Szczepan Zalega | 2019-06-14 |
| | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Correct binary counter specifier | Szczepan Zalega | 2019-06-14 |
| | | | | | | | Makes the 64bit OTP tests passing on the Pro v0.8+ (instead of being skipped). Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
* | Merge branch 'bootloader_pro' | Szczepan Zalega | 2019-06-13 |
|\ | | | | | | | Add bootloader support for the Nitrokey Pro v0.11+ | ||
| * | Use strnlen for field copies | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add test for firmware password length | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add documentation of new commands to the C API | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add exclusions to the Pro firmware tests | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Comments: fixme | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Update IDE files | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add Python tests | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Add calls to commands in C API | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Handle new commands in C++ API | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> | ||
| * | Define commands structs | Szczepan Zalega | 2019-06-13 |
| | | | | | | | | Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com> |