aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Test to configure getting HOTP codes through special key double pressSzczepan Zalega2016-12-03
* Support sending empty OTP secrets for slot edit (+test)Szczepan 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
* Tests: more OTP, test all slots for read/writeSzczepan Zalega2016-12-03
* Tests: secret started with null byteSzczepan Zalega2016-12-03
* Add test for STATUS_AES_DEC_FAILED errorSzczepan Zalega2016-12-03
* Move temporary_password to packet endSzczepan Zalega2016-12-03
* Working support for new NK Pro 0.8 authorization-less formatSzczepan Zalega2016-12-03
* Mark unused packet variables in TOTP`s GET_CODESzczepan Zalega2016-12-03
* Add requirements for running pytest testsSzczepan Zalega2016-12-03
* Convinient function for checking if authorization command is supportedSzczepan Zalega2016-12-03
* Detect Pro 0.8Szczepan Zalega2016-12-03
* Check firware version in Pro 0.8 testSzczepan Zalega2016-12-03
* Authorize before write in WriteToSlot testSzczepan Zalega2016-12-03
* Tests - ensure required env is set, fix HOTP constSzczepan Zalega2016-12-03
* Authorization fix: GetTOTP and WriteToTOTPSLot + testSzczepan Zalega2016-12-03
* Authorization fix: GetHOTP and WriteGeneralConfig + testSzczepan Zalega2016-11-26
* Fix for auth issue in NK ProSzczepan Zalega2016-11-26
* Merge pull request #52 from Nitrokey/14-storage_commandsszszszsz2016-11-26
|\
| * Rename methods in API to make string return more obviousSzczepan Zalega2016-11-26
| * Skip hanging testsSzczepan 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
| * Treat LongOperationException as CommandFailed and handle it transparentlySzczepan Zalega2016-11-26
| * Python bindings and tests for most of Storage functionalitySzczepan Zalega2016-11-26
| * Decrease debug log output in c++ testsSzczepan Zalega2016-11-26
| * Helper for running simple, password only commands for StorageSzczepan Zalega2016-11-26
| * Set default debug level to DEBUGSzczepan Zalega2016-11-26
| * .gitignore updateSzczepan Zalega2016-11-26
| * Tests reorganization (Python)Szczepan Zalega2016-11-26
| * Disable locking firmware command for nowSzczepan Zalega2016-11-26
| * Code refactoring - named magic numbers (2)Szczepan Zalega2016-11-26
| * Code refactoring - named magic numbersSzczepan Zalega2016-11-26
| * Transmission data for 2.0 commands move to separate structSzczepan Zalega2016-11-26