Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
463fba4
logging: add capitalized helpers with ANSI color coding; rewrite doc/…
tlaurion Mar 17, 2026
82856c6
tpm: harden reseal flows, add integrity gating and disk/TPM swap dete…
tlaurion Mar 17, 2026
62c1d04
gpg/hotp: improve signing reliability and PIN retry UX
tlaurion Mar 17, 2026
daa715b
kexec/boot: replace echo/die/warn with logging functions; fix insecur…
tlaurion Mar 17, 2026
2190bee
oem-factory-reset: replace echo/die/warn with logging functions; UX c…
tlaurion Mar 17, 2026
8d17f68
init/reboot: logging functions, cbmem capture, serial recovery TTY fix
tlaurion Mar 17, 2026
61e263e
initrd: apply logging functions across remaining scripts
tlaurion Mar 17, 2026
be4c8ff
boards/qemu: fix board names, add prod_quiet variants; gitignore *.asc
tlaurion Mar 17, 2026
6102a33
docs: centralize documentation under doc/, convert top-level files to…
tlaurion Mar 17, 2026
a981800
hotp: restore dongle firmware version display with color-coded upgrad…
tlaurion Mar 17, 2026
20ccfbf
seal-hotpkey: fix duplicate PIN retry count display
tlaurion Mar 17, 2026
9b6d3d6
functions: NOTE for DUK reseal alongside TOTP/HOTP to distinguish fro…
tlaurion Mar 17, 2026
1eef084
functions: use NOTE for dongle firmware version display (visible in q…
tlaurion Mar 17, 2026
f5adec0
cbfs-init: bracket board key/config extraction with STATUS/STATUS_OK
tlaurion Mar 17, 2026
c454818
hotp: handle slot-not-configured (exit 6), export HOTPKEY_BRANDING
tlaurion Mar 17, 2026
4ad4690
seal-hotpkey: reuse stored branding from kexec_hotp_key; VID detect o…
tlaurion Mar 17, 2026
d0fcd76
gui-init: remove spurious PIN retries display from update_hotp retry …
tlaurion Mar 24, 2026
bc7fc4b
functions/kexec-sign-config: re-display GPG User PIN count after bad PIN
tlaurion Mar 24, 2026
bc84f63
seal-hotpkey: replace nested-if PIN retry with a proper 3-attempt loop
tlaurion Mar 24, 2026
eba1123
functions: externalize dongle firmware versions to etc/dongle-versions
tlaurion Mar 24, 2026
1cc3d21
kexec-sign-config, kexec-save-default: stage all writes under /tmp; m…
tlaurion Mar 24, 2026
436747e
kexec signing/sealing: fix signature path mismatch, harden DUK flow
tlaurion Mar 24, 2026
704c4f3
kexec-save-key: quote all variables, document seal/sign ordering
tlaurion Mar 24, 2026
4bc10f6
kexec-seal-key, luks-functions: fix ro /boot write failure and DRK pa…
tlaurion Mar 24, 2026
43e6054
gui-init, functions, gui_functions: add STATUS for operations with no…
tlaurion Mar 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.asc
*.bad
*.bz2
*.cpio
Expand Down
97 changes: 0 additions & 97 deletions BOARDS_AND_TESTERS.md

This file was deleted.

1 change: 1 addition & 0 deletions BOARDS_AND_TESTERS.md
122 changes: 0 additions & 122 deletions FAQ.md

This file was deleted.

1 change: 1 addition & 0 deletions FAQ.md
Loading