You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After device reinsertion creation of hidden volume works. My guess is this is caused by Smartcard being powered off during PC's sleep mode stage or some other power management issue.
Environment
Storage v0.46
OSX Sierra 10.12.3 / 10.12.5 (latest)
Macbook Pro
Nitrokey App v1.1
Scenario
It looks like this is reproducible by following scenario:
Precond:
Application opened v1.1, v0.46
Hidden volume set up with known password, 70%-90%, slot 0, exFAT+MBR
Enable encrypted volume
Go into sleep mode for 30 seconds, wake up
Unlock hidden volume set up earlier
Currently this will result in device responding with status 6.
Reinserting the device fixes the issue.
Expected behaviour
Expected behaviour is to unlock/create the hidden volume without issues.
The text was updated successfully, but these errors were encountered:
Remove most of the build warnings. src/Library files are not impacted.
Warnings generated with -Wall. Some of the -Wextra were solved too.
Now any warning in our codebase (not src/Library; using -Wall switch)
would make a compilation error.
Compilation made on GCC 6.3.1 and 4.9.3. The latter build used for
testing.
Tested against:
libnitrokey v3.3-12-g391a276 (pytest -sv test_pro.py --count 3)
nitrokey-hotp-verification v1.0 (./test_hotp)
ClosesNitrokey#44FixesNitrokey#40
Description
Creation of hidden volume is not possible: device returns status: 6.
In the firmware's source code it is defined as:
After device reinsertion creation of hidden volume works. My guess is this is caused by Smartcard being powered off during PC's sleep mode stage or some other power management issue.
Environment
Storage v0.46
OSX Sierra 10.12.3 / 10.12.5 (latest)
Macbook Pro
Nitrokey App v1.1
Scenario
It looks like this is reproducible by following scenario:
Precond:
Currently this will result in device responding with status 6.
Reinserting the device fixes the issue.
Expected behaviour
Expected behaviour is to unlock/create the hidden volume without issues.
The text was updated successfully, but these errors were encountered: