aboutsummaryrefslogtreecommitdiff
path: root/NitrokeyManager.cc
Commit message (Expand)AuthorAge
...
* 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
* Update general config commands - bool -> uint8_tSzczepan Zalega2016-08-05
* Support writing token id to OTP slots in APISzczepan Zalega2016-08-05
* Add slot token id fixmeSzczepan Zalega2016-08-05
* Do not catch exception in is_AES supportedSzczepan Zalega2016-08-05
* Allow user to choose new user PIN when unlockingSzczepan Zalega2016-08-05
* Remove commented codeSzczepan Zalega2016-08-05
* Handle OTP slot config in C API during writingSzczepan Zalega2016-08-05
* Support for command: is_aes_supportedSzczepan Zalega2016-08-05
* Merge changing PIN functionsSzczepan Zalega2016-08-01
* Handle changing admin/user password on NK Storage - NitrokeyManagerSzczepan Zalega2016-08-01
* Fix HOTP slots count -> 15Szczepan Zalega2016-08-01
* Choose device model during connectionSzczepan Zalega2016-08-01
* Config options for OTP slots added to command structureSzczepan Zalega2016-08-01
* Authorizing getting OTP codes - initial versionSzczepan Zalega2016-08-01
* Test read/write configSzczepan Zalega2016-08-01
* Handle write config commandSzczepan Zalega2016-08-01
* Getting password safe data does not need admin tempSzczepan Zalega2016-08-01
* Remove auth from getPWSslotName does not need auth. Passing tests.Szczepan Zalega2016-08-01
* Handle misc functions: factory reset, build aes key, unlock user password (no...Szczepan Zalega2016-08-01
* Erasing slot - initial version with some authorization issuesSzczepan Zalega2016-08-01
* Handle password safe slots programmed statusSzczepan Zalega2016-08-01
* Assertions on password safe slot numberSzczepan Zalega2016-08-01