Skip to content

v4.5

Choose a tag to compare

@github-actions github-actions released this 16 Mar 21:40
· 300 commits to main since this release

Tested against KeyDetector (23-check attestation validator). All keystore-level checks now pass.

  • Key deletion consistency — After deleting a software-generated key, getKeyEntry now correctly returns KEY_NOT_FOUND instead of falling through to a stale live-patch fallback. Fixes binder consistency checks that detect ghost key responses.
  • generateKey timing normalization — Software key generation RTT now matches real TEE latency profile (Gaussian distribution, mean=55ms, floor=15ms). Previously completed in ~4ms, which is an immediate timing side-channel.
  • Delete cleanup scopedeleteKey now clears all cached state (patched chains, attestation keys) regardless of whether the key was software or hardware-generated.