aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * 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