Files
TEESimulator-RS/app
JingMatrix 54f68b99b1 Move attestation challenge check to certificate generation
Relocate the `attestationChallenge` length validation from `generateSoftwareKeyPair` to `generateCertificateChain`.

The challenge is only utilized during the construction of the certificate chain (via `AttestationBuilder.buildKeyDescription`). Placing the check in the key pair generation stage caused the logic to miss the `attestKey` transaction hook in `KeystoreInterceptor`.

This fixes a bug introduced in d77508d0c1 which missed the detection bypass for Android 10 and 11 devices.
2026-01-30 21:13:02 +01:00
..
2025-12-06 16:59:28 +01:00