aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fixed bug with not releasing device on disconnectSzczepan Zalega2016-10-19
* xfail aes support test for nowSzczepan Zalega2016-10-19
* Add TODO noteSzczepan Zalega2016-10-19
* Convert char to int during dissectionSzczepan Zalega2016-10-13
* NK Storage: cmd output status constantsSzczepan Zalega2016-10-13
* NK Storage: update counters before gettingSzczepan Zalega2016-10-13
* Readme update - dependencies, compilers, format (#40)szszszsz2016-09-19
* Merge pull request #36 from Nitrokey/issue_31-secret_as_hexszszszsz2016-09-10
|\
| * Remove asserts in favor of exceptions or warnings. Test changes in Python.Szczepan Zalega2016-09-10
| * Assume secret is coded in hex for OTP slot write #31Szczepan Zalega2016-09-10
| * Add hex to binary converting functionSzczepan Zalega2016-09-10
| * C++ test update (compilation fix)Szczepan Zalega2016-09-10
|/
* Merge pull request #34 from Nitrokey/issue_33szszszsz2016-09-08
|\
| * Function for getting device's serial number in hex. Fixes #33Szczepan Zalega2016-09-08
| * Allow disabling hexdump headerSzczepan Zalega2016-09-08
|/
* Python example update #5Szczepan Zalega2016-08-16
* Merged library exceptions declarationv1.0Szczepan Zalega2016-08-09
* Correction for TOTP RFC test: move authorization closer to command thatSzczepan Zalega2016-08-09
* Fixed test with getting random OTP codesSzczepan Zalega2016-08-09
* Remove compilation warning regarding printf format in hexdumpSzczepan Zalega2016-08-09
* Return error on invalid slotSzczepan Zalega2016-08-09