| Commit message (Expand) | Author | Age |
... | |
| * | C++ tests for Storage commands | Szczepan Zalega | 2016-11-26 |
| * | First template based password commands. Initial dissect support for commands | Szczepan Zalega | 2016-11-26 |
| * | General password based command | Szczepan Zalega | 2016-11-26 |
| * | Add strcpyT to misc.h | Szczepan Zalega | 2016-11-26 |
| * | Add dissection template to commands | Szczepan Zalega | 2016-11-26 |
| * | Remove already implemented commands | Szczepan Zalega | 2016-11-26 |
| * | Remove password matrix commands | Szczepan Zalega | 2016-11-26 |
| * | Code reformat | Szczepan Zalega | 2016-11-26 |
| * | Migrate commands to new format | Szczepan Zalega | 2016-11-26 |
|/ |
|
* | Fix compilation G++6 error | Szczepan Zalega | 2016-11-18 |
* | Fix compilation warning and error under G++ - use union to reach uint8 slot_c... | Szczepan Zalega | 2016-10-22 |
* | Merge pull request #42 from Nitrokey/13-storage_pro_cmds | szszszsz | 2016-10-19 |
|\ |
|
| * | Tests: xfail factory reset test for Storage | Szczepan Zalega | 2016-10-19 |
| * | Tests: template for testing OTP secrets starting from null | Szczepan Zalega | 2016-10-19 |
| * | Tests: do not check 64bit TOTP time in general TOTP test | Szczepan Zalega | 2016-10-19 |
| * | Tests: HOTP 64bit counter | Szczepan Zalega | 2016-10-19 |
| * | Show hex values in debug messages for certain parameters | Szczepan Zalega | 2016-10-19 |
| * | Handle HOTP counters as strings for Storage | Szczepan Zalega | 2016-10-19 |
| * | Fix bug for setting HOTP counters - send uint64 (was uint8) | Szczepan Zalega | 2016-10-19 |
| * | Tests: HOTP counters | Szczepan Zalega | 2016-10-19 |
| * | Tests: xfail TOTP 64bit only for Storage | Szczepan Zalega | 2016-10-19 |
| * | Tests: detect device Pro/Storage. skip AES_support command test for Storage | Szczepan Zalega | 2016-10-19 |
| * | Add all devices' and commands' statuses | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: replacing magic numbers | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: variables names unification | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: removing disambiguity from device constants | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: replacing magic numbers | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: c++ casts | Szczepan Zalega | 2016-10-19 |
| * | Code reformat | Szczepan Zalega | 2016-10-19 |
| * | Set shorter delays in sending/receiving packets (2) | Szczepan Zalega | 2016-10-19 |
| * | Set shorter delays in sending/receiving packets | Szczepan Zalega | 2016-10-19 |
| * | Code refactoring: rename - disambiguate receiving counter from sending | Szczepan Zalega | 2016-10-19 |
| * | Resend outgoing packet on invalid crc and when used all receiving retries | Szczepan Zalega | 2016-10-19 |
| * | Make packet valid when its crc is not equal 0 | Szczepan Zalega | 2016-10-19 |
| * | Tests: TOTP 64bit time test | Szczepan Zalega | 2016-10-19 |
| * | Tests cleanup: move wait function up | Szczepan Zalega | 2016-10-19 |
| * | Skip factory reset until full recovery will be implemented for NK Storage, na... | Szczepan Zalega | 2016-10-19 |
| * | Improve TOTP test - check all codes before failing, use readable names for va... | Szczepan Zalega | 2016-10-19 |
| * | Support regenerating AES keys on NK Storage | Szczepan Zalega | 2016-10-19 |
| * | Dictionary update | Szczepan Zalega | 2016-10-19 |
| * | Tests: check user retry counter based on PIN changing. Lock device before tests. | Szczepan Zalega | 2016-10-19 |
| * | Test C API in C++ (Catch) | Szczepan Zalega | 2016-10-19 |
| * | CMake: Set clang as compiler and set linking flags | Szczepan Zalega | 2016-10-19 |
| * | Log TooLongStringException in the moment of creation | Szczepan Zalega | 2016-10-19 |
| * | Log when device reports command status not equal 0 | Szczepan Zalega | 2016-10-19 |
| * | Increase retry timeout for NK Storage for now | Szczepan Zalega | 2016-10-19 |
| * | Log strcpyT argument sizes info | Szczepan Zalega | 2016-10-19 |
| * | Show NK Storage status on response packet dissection (regardless of connected... | Szczepan Zalega | 2016-10-19 |
| * | Command unlock user password for NK Storage | Szczepan Zalega | 2016-10-19 |
| * | Handle NK Storage status sent on Storage commands | Szczepan Zalega | 2016-10-19 |