-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NK_build_aes_key clears OTP slots #102
Comments
Apparently, |
Hi! Thank you for the report. This should not happen by design. Edit: Nitrokey Pro v0.7/.11 works as expected. |
Confirmed OTP erasure is called inside the AES key generation: nitrokey-storage-firmware/src/HighLevelFunctions/HandleAesStorageKey.c Lines 369 to 389 in f376b08
nitrokey-storage-firmware/src/HighLevelFunctions/FlashStorage.c Lines 1196 to 1200 in f376b08
|
Moving ticket to Nitrokey Storage firmware project |
Despite claims to the contrary:
It appears that
NK_build_aes_key
actually clears all OTP slots on my Nitrokey Storage.Has something changed?
(I haven't checked out the implementation, so it's very well possible that the issue is rooted somewhere in the firmware, in which case the issue probably should be transferred over to the appropriate repository)
The text was updated successfully, but these errors were encountered: