aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Add dissection template to commandsSzczepan Zalega2016-11-26
| * Remove already implemented commandsSzczepan Zalega2016-11-26
| * Remove password matrix commandsSzczepan Zalega2016-11-26
| * Code reformatSzczepan Zalega2016-11-26
| * Migrate commands to new formatSzczepan Zalega2016-11-26
|/
* Fix compilation G++6 errorSzczepan Zalega2016-11-18
* Fix compilation warning and error under G++ - use union to reach uint8 slot_c...Szczepan Zalega2016-10-22
* Merge pull request #42 from Nitrokey/13-storage_pro_cmdsszszszsz2016-10-19
|\
| * Tests: xfail factory reset test for StorageSzczepan Zalega2016-10-19
| * Tests: template for testing OTP secrets starting from nullSzczepan Zalega2016-10-19
| * Tests: do not check 64bit TOTP time in general TOTP testSzczepan Zalega2016-10-19
| * Tests: HOTP 64bit counterSzczepan Zalega2016-10-19
| * Show hex values in debug messages for certain parametersSzczepan Zalega2016-10-19
| * Handle HOTP counters as strings for StorageSzczepan Zalega2016-10-19
| * Fix bug for setting HOTP counters - send uint64 (was uint8)Szczepan Zalega2016-10-19
| * Tests: HOTP countersSzczepan Zalega2016-10-19
| * Tests: xfail TOTP 64bit only for StorageSzczepan Zalega2016-10-19
| * Tests: detect device Pro/Storage. skip AES_support command test for StorageSzczepan Zalega2016-10-19
| * Add all devices' and commands' statusesSzczepan Zalega2016-10-19
| * Code refactoring: replacing magic numbersSzczepan Zalega2016-10-19
| * Code refactoring: variables names unificationSzczepan Zalega2016-10-19
| * Code refactoring: removing disambiguity from device constantsSzczepan Zalega2016-10-19
| * Code refactoring: replacing magic numbersSzczepan Zalega2016-10-19
| * Code refactoring: c++ castsSzczepan Zalega2016-10-19
| * Code reformatSzczepan Zalega2016-10-19
| * Set shorter delays in sending/receiving packets (2)Szczepan Zalega2016-10-19
| * Set shorter delays in sending/receiving packetsSzczepan Zalega2016-10-19
| * Code refactoring: rename - disambiguate receiving counter from sendingSzczepan Zalega2016-10-19
| * Resend outgoing packet on invalid crc and when used all receiving retriesSzczepan Zalega2016-10-19
| * Make packet valid when its crc is not equal 0Szczepan Zalega2016-10-19
| * Tests: TOTP 64bit time testSzczepan Zalega2016-10-19
| * Tests cleanup: move wait function upSzczepan Zalega2016-10-19
| * Skip factory reset until full recovery will be implemented for NK Storage, na...Szczepan Zalega2016-10-19
| * Improve TOTP test - check all codes before failing, use readable names for va...Szczepan Zalega2016-10-19
| * Support regenerating AES keys on NK StorageSzczepan Zalega2016-10-19
| * Dictionary updateSzczepan Zalega2016-10-19
| * Tests: check user retry counter based on PIN changing. Lock device before tests.Szczepan Zalega2016-10-19
| * Test C API in C++ (Catch)Szczepan Zalega2016-10-19
| * CMake: Set clang as compiler and set linking flagsSzczepan Zalega2016-10-19
| * Log TooLongStringException in the moment of creationSzczepan Zalega2016-10-19
| * Log when device reports command status not equal 0Szczepan Zalega2016-10-19
| * Increase retry timeout for NK Storage for nowSzczepan Zalega2016-10-19
| * Log strcpyT argument sizes infoSzczepan Zalega2016-10-19
| * Show NK Storage status on response packet dissection (regardless of connected...Szczepan Zalega2016-10-19
| * Command unlock user password for NK StorageSzczepan Zalega2016-10-19
| * Handle NK Storage status sent on Storage commandsSzczepan Zalega2016-10-19
| * Code reformatSzczepan Zalega2016-10-19
| * Command unlock user pinSzczepan Zalega2016-10-19
| * C/C++ API: make connection and disconnection more robustSzczepan Zalega2016-10-19
| * Fixed too long string test fail caused by different behavior of StorageSzczepan Zalega2016-10-19