aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use local hexdumping function for getting serial numberSzczepan Zalega2017-03-11
* Send current time when checking time synchronizationSzczepan Zalega2017-03-11
* Use const char pointers for C stringsSzczepan Zalega2017-03-11
* Read slot command supportSzczepan Zalega2017-03-11
* Remove support for new authorization protocol for storageSzczepan Zalega2017-03-11
* Throw on not connected device when requesting modelSzczepan Zalega2017-03-11
* Fix getting card serialSzczepan Zalega2017-03-11
* Check command's fail reason within exceptionSzczepan Zalega2017-03-11
* Method to get commands failure causeSzczepan Zalega2017-03-11
* Fix firmware version in device statusSzczepan Zalega2017-03-11
* Name fix for firmware version getterSzczepan Zalega2017-03-11
* Decrease retry count to 20Szczepan Zalega2017-03-11
* Comments - fixmeSzczepan Zalega2017-03-11
* Add const qualifier to functionsSzczepan Zalega2017-03-11
* More debug log info during dev connectionSzczepan Zalega2017-03-11
* Do not call disconnect on connectSzczepan Zalega2017-03-11
* Add lock_guard for complete send-receive cycleSzczepan Zalega2017-03-11
* Protect concurrent use with lock guardSzczepan Zalega2017-03-11
* Remove UNKNOWN type of the deviceSzczepan Zalega2017-03-11
* Use atomic_exchange for atomic operationsSzczepan Zalega2017-03-11
* Use nullptr instead of NULLSzczepan Zalega2017-03-11
* Use lock_guard while accessing hid_apiSzczepan Zalega2017-03-11
* Make device configuration const, protect non-const with ::atomicSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Use stdint instead of inttypesSzczepan Zalega2017-01-11
* Remove unused inttypesSzczepan Zalega2017-01-09
* Merge pull request #53 from Nitrokey/nk_pro_0.8_authorization_fix-longer_secretv2.0szszszsz2016-12-12
|\
| * Use the rest of the Pro 0.7 commands in 0.8 interfaceSzczepan Zalega2016-12-12
| * Use proper firmware version getter for feature availability checkSzczepan Zalega2016-12-12
| * Remove changes to Pro 0.7 stick commandsSzczepan Zalega2016-12-12
| * Tests: skip edit OTP slot test for NK Storage 0.44Szczepan Zalega2016-12-12
| * Tests: clear new SD card warning on factory resetSzczepan Zalega2016-12-12
| * Add a note regarding Password Safe testsSzczepan Zalega2016-12-09
| * Test null started OTP secrets also for 320bit caseSzczepan Zalega2016-12-09
| * Remove old skipping code. Feature comment.Szczepan Zalega2016-12-09
| * Skip non-Storage and old devices for Storage testsSzczepan Zalega2016-12-09
| * Enable factory reset test for Nitrokey Storage. Comments.Szczepan Zalega2016-12-09
| * Add NK Storage specific reply on running not initialized Password SafeSzczepan Zalega2016-12-09
| * Apply firmware versions limits to testsSzczepan Zalega2016-12-09
| * Code reformat in library testSzczepan Zalega2016-12-09
| * Allow to skip test if device is not able to pass itSzczepan Zalega2016-12-09
| * Use switch to translate command and device statuses instead of arraySzczepan Zalega2016-12-09
| * Check maximum OTP secret size in new authorization style commandsSzczepan Zalega2016-12-09
| * Tests: check are long OTP secrets supportedSzczepan Zalega2016-12-09
| * Get major firmware versionSzczepan Zalega2016-12-06
| * Add missing newlines to make code format consistentSzczepan Zalega2016-12-03
| * Test for manual checking of TOTP slot written by Nitrokey AppSzczepan Zalega2016-12-03
| * Update commentsSzczepan Zalega2016-12-03
| * Update description for TOTP_RFC_usepin testSzczepan Zalega2016-12-03
| * Merge HOTP and TOTP writing commands for 0.8Szczepan Zalega2016-12-03