Files
TEESimulator-RS/app
Enginex0 b2bf0ce599 fix(interception): restore noAuthRequired default and callerNonce attestation
NO_AUTH_REQUIRED should be added to authorizations when not explicitly
disabled (!= false), matching AOSP default behavior. The != null check
from PR157 drops the tag for keys where noAuthRequired was parsed as
null (e.g. persisted keys), creating an attestation/authorization
mismatch that detectors can spot.

Also restores CALLER_NONCE in softwareEnforced attestation list.
2026-03-22 00:06:28 +01:00
..