feat: hardware compatibility, TPM attestation, security audit prep

- Y2-01: docs/hardware-compatibility.md — 2 certified platforms,
  4 planned, minimum requirements, known quirks
- Y3-04: tpm.rs — TPM 2.0 attestation types (TpmStatus, TpmAttestation,
  detect_tpm), ready for tss-esapi integration
- Y5-03: docs/security-audit-prep.md — audit scope, completed internal
  audits, recommended firms, budget estimates

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-14 05:57:32 +00:00
co-authored by Claude Opus 4.6
parent a7e0a847a8
commit 8669dfc3ca
5 changed files with 135 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ mod names;
mod network;
mod nostr_relays;
mod update;
mod vpn;
mod tpm;mod vpn;
mod webhooks;
use auth::AuthManager;