Conversation

This is where Auditor decides if it should use StrongBox: github.com/GrapheneOS/Aud It relies on certificates now having title=StrongBox or title=TEE since that's easier to check to quickly differentiate them rather than parsing the attestation extension:
1
Replying to
Yes, that's expected. The server needs a column added for the new functionality. I haven't added the necessary upgrade code yet. You can do it manually for now: sqlite3 attestation.db 'ALTER TABLE Devices ADD COLUMN pinnedSecurityLevel INTEGER NOT NULL DEFAULT 1;'
1
1
Show replies