Files
TEESimulator-RS/app/src/main
Enginex0 63789ba29d fix(attestation): restore presence-based findBoolean for KeyMint tags
KeyMint boolean tags (NO_AUTH_REQUIRED, CALLER_NONCE, etc.) use
presence-based semantics: tag exists = true, tag absent = null.
The .value?.boolValue approach fails on some AIDL implementations
where the boolValue field isn't populated despite the tag being
present, silently dropping boolean tags from attestations.
2026-03-22 00:05:34 +01:00
..