-
-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Side details:
- libremkey is a checkout of nitrokey, renaming directory. Name should be vendor neutral if there is agreement.
- vocabulary used under Heads should be consensual on what should be used to refer to actually used technology and not confuse users furthermore. Is it "HOTP-validating USB security dongle" as opposed to "OpenPGP security dongle" when HOTP visually attesting security features is to be used under Heads?
Technical details here:
- EDIT: The trick applied upstream to fix commit IDs (download specific commit ID related github archives) instead of cloning from git, cannot be applied because it relies on hidapi submodules. That needs to be fixed since, once again, upstreamed version changed last week and CI caches builds unless cache are flushed manually and restarted, which can then builds from scratch, else, git is not redownloading, which is problematic.
On local copy of Heads which was already used to build, that means:
make BOARD=YourBoard real.clean && rm -rf crossgcc && rm -rf build/*/.
Else stating that your builds are working on latest Heads commit id is meaningless and won't produce the same hashes for the same board.
Tasks:
- Agree on vocabulary to be used to talk about GPG card. (OpenGPG security dongle, USB security dongle, USB security key, Heads security dongle/key. Unify language to be used also per manufacturer to describe the product name.
- Find a way to pin libremkey-hotp-verification to a specific commit ID, including it's dependency to hidapi
Reactions are currently unavailable