aboutsummaryrefslogtreecommitdiff
path: root/NitrokeyManager.cc
Commit message (Expand)AuthorAge
...
* Do not call disconnect on connectSzczepan Zalega2017-03-11
* Protect concurrent use with lock guardSzczepan Zalega2017-03-11
* Use nullptr instead of NULLSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Remove unused inttypesSzczepan Zalega2017-01-09
* Use proper firmware version getter for feature availability checkSzczepan Zalega2016-12-12
* Check maximum OTP secret size in new authorization style commandsSzczepan Zalega2016-12-09
* Get major firmware versionSzczepan Zalega2016-12-06
* Merge HOTP and TOTP writing commands for 0.8Szczepan Zalega2016-12-03
* Remove length field from send_otp_data packetSzczepan Zalega2016-12-03
* Support longer secrets (40 bytes) for NK Pro 0.8Szczepan Zalega2016-12-03
* Use another OTP writing protocol and test itSzczepan Zalega2016-12-03
* Working support for new NK Pro 0.8 authorization-less formatSzczepan Zalega2016-12-03
* Convinient function for checking if authorization command is supportedSzczepan Zalega2016-12-03
* Rename methods in API to make string return more obviousSzczepan Zalega2016-11-26
* Document Storage methods in C APISzczepan Zalega2016-11-26
* Tests: remake fill SD card test. Get progress bar value when busy.Szczepan Zalega2016-11-26
* Python bindings and tests for most of Storage functionalitySzczepan Zalega2016-11-26
* Set default debug level to DEBUGSzczepan Zalega2016-11-26
* Code refactoring - unify password only commands (2)Szczepan Zalega2016-11-26
* Code refactoring - unify password only commandsSzczepan Zalega2016-11-26
* Make packet variables' names more clearSzczepan Zalega2016-11-26
* Fix compilation warning and error under G++ - use union to reach uint8 slot_c...Szczepan Zalega2016-10-22
* Handle HOTP counters as strings for StorageSzczepan Zalega2016-10-19
* Fix bug for setting HOTP counters - send uint64 (was uint8)Szczepan Zalega2016-10-19
* Support regenerating AES keys on NK StorageSzczepan Zalega2016-10-19
* Log strcpyT argument sizes infoSzczepan Zalega2016-10-19
* Command unlock user password for NK StorageSzczepan 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
* NK Storage: update counters before gettingSzczepan Zalega2016-10-13
* 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
* Function for getting device's serial number in hex. Fixes #33Szczepan Zalega2016-09-08
* Merged library exceptions declarationv1.0Szczepan Zalega2016-08-09
* Return error on invalid slotSzczepan Zalega2016-08-09
* Return error for too long stringSzczepan Zalega2016-08-09
* Small fixesSzczepan Zalega2016-08-09
* Remove redundant castSzczepan Zalega2016-08-09
* Return a vector to C API to duplicate thereSzczepan Zalega2016-08-09
* Return string as char* instead of uint*Szczepan Zalega2016-08-09
* Remove surplus string length assertions (it is done during copying anyway)Szczepan Zalega2016-08-09
* Remove incorrect const declarationSzczepan Zalega2016-08-09
* Rename: auth_package -> authorize_packageSzczepan Zalega2016-08-09
* Move manager instance to shared_ptrSzczepan Zalega2016-08-09
* Moving to shared ptr for deviceSzczepan Zalega2016-08-09
* Replace Authorization commands with shorter versionSzczepan Zalega2016-08-09
* Clear TODOsSzczepan Zalega2016-08-08
* Clear incoming packets as soon they meet their lifetime endv0.9Szczepan Zalega2016-08-05
* Autodetect inserted stick and connect to itSzczepan Zalega2016-08-05