| Commit message (Expand) | Author | Age |
... | |
| * | Fixed too long string test fail caused by different behavior of Storage | Szczepan Zalega | 2016-10-19 |
| * | Fixed bug with not releasing device on disconnect | Szczepan Zalega | 2016-10-19 |
| * | xfail aes support test for now | Szczepan Zalega | 2016-10-19 |
| * | Add TODO note | Szczepan Zalega | 2016-10-19 |
| * | Convert char to int during dissection | Szczepan Zalega | 2016-10-13 |
| * | NK Storage: cmd output status constants | Szczepan Zalega | 2016-10-13 |
| * | NK Storage: update counters before getting | Szczepan Zalega | 2016-10-13 |
|/ |
|
* | Readme update - dependencies, compilers, format (#40) | szszszsz | 2016-09-19 |
* | Merge pull request #36 from Nitrokey/issue_31-secret_as_hex | szszszsz | 2016-09-10 |
|\ |
|
| * | Remove asserts in favor of exceptions or warnings. Test changes in Python. | Szczepan Zalega | 2016-09-10 |
| * | Assume secret is coded in hex for OTP slot write #31 | Szczepan Zalega | 2016-09-10 |
| * | Add hex to binary converting function | Szczepan Zalega | 2016-09-10 |
| * | C++ test update (compilation fix) | Szczepan Zalega | 2016-09-10 |
|/ |
|
* | Merge pull request #34 from Nitrokey/issue_33 | szszszsz | 2016-09-08 |
|\ |
|
| * | Function for getting device's serial number in hex. Fixes #33 | Szczepan Zalega | 2016-09-08 |
| * | Allow disabling hexdump header | Szczepan Zalega | 2016-09-08 |
|/ |
|
* | Python example update #5 | Szczepan Zalega | 2016-08-16 |
* | Merged library exceptions declarationv1.0 | Szczepan Zalega | 2016-08-09 |
* | Correction for TOTP RFC test: move authorization closer to command that | Szczepan Zalega | 2016-08-09 |
* | Fixed test with getting random OTP codes | Szczepan Zalega | 2016-08-09 |
* | Remove compilation warning regarding printf format in hexdump | Szczepan Zalega | 2016-08-09 |
* | Return error on invalid slot | Szczepan Zalega | 2016-08-09 |
* | Return error for too long string | Szczepan Zalega | 2016-08-09 |
* | Small fixes | Szczepan Zalega | 2016-08-09 |
* | Remove not used CommError class | Szczepan Zalega | 2016-08-09 |
* | Remove redundant cast | Szczepan Zalega | 2016-08-09 |
* | Return a vector to C API to duplicate there | Szczepan Zalega | 2016-08-09 |
* | Return string as char* instead of uint* | Szczepan Zalega | 2016-08-09 |
* | Remove surplus string length assertions (it is done during copying anyway) | Szczepan Zalega | 2016-08-09 |
* | Test for too long PIN | Szczepan Zalega | 2016-08-09 |
* | Test Status command | Szczepan Zalega | 2016-08-09 |
* | Clear string result from get status | Szczepan Zalega | 2016-08-09 |
* | Use templates with functors to pack code | Szczepan Zalega | 2016-08-09 |
* | Rename variables | Szczepan Zalega | 2016-08-09 |
* | Remove incorrect const declaration | Szczepan Zalega | 2016-08-09 |
* | Corrected test for getting OTP codes from not programmed slot and extracted | Szczepan Zalega | 2016-08-09 |
* | Rename: auth_package -> authorize_package | Szczepan Zalega | 2016-08-09 |
* | Move manager instance to shared_ptr | Szczepan Zalega | 2016-08-09 |
* | Moving to shared ptr for device | Szczepan Zalega | 2016-08-09 |
* | Replace Authorization commands with shorter version | Szczepan Zalega | 2016-08-09 |
* | Clear TODOs | Szczepan Zalega | 2016-08-08 |
* | Clearing whole response packet instead of only payload part #20 | Szczepan Zalega | 2016-08-08 |
* | Clear incoming packets as soon they meet their lifetime endv0.9 | Szczepan Zalega | 2016-08-05 |
* | Clear outgoing packet as soon as command response is received | Szczepan Zalega | 2016-08-05 |
* | Use device autodetection in tests | Szczepan Zalega | 2016-08-05 |
* | Autodetect inserted stick and connect to it | Szczepan Zalega | 2016-08-05 |
* | Catch runtime exceptions on C API login and show them on screen | Szczepan Zalega | 2016-08-05 |
* | Bindings example update | Szczepan Zalega | 2016-08-05 |
* | Merge pull request #21 from waffle-iron/master | szszszsz | 2016-08-05 |
|\ |
|
| * | add waffle.io badge | Making GitHub Delicious | 2016-08-04 |