From 18724cf40d2e4ac528888cff588061d0e480d0f0 Mon Sep 17 00:00:00 2001 From: Enginex0 Date: Tue, 31 Mar 2026 18:59:28 +0100 Subject: [PATCH] docs(changelog): add AUTO mode banking app fix to v6.0.0 notes --- module/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/changelog.md b/module/changelog.md index e7bbb98..d1e362f 100644 --- a/module/changelog.md +++ b/module/changelog.md @@ -13,6 +13,11 @@ Repository consolidation release. All tee-rebuild work merged as the new main br - Oversized transactions routed to software gen instead of crashing - Operation-time params (BLOCK_MODE, PADDING, DIGEST) passed through to CipherPrimitive +### Banking App Compatibility +- Bare `target.txt` entries now default to AUTO mode, resolved at config level to PATCH (working TEE) or GENERATE (broken TEE) +- Fixes BHIM and similar banking apps that require TEE-backed attestation keys +- Restores v5.0 behavior where AUTO was resolved before the interceptor dispatch, avoiding the non-deterministic `raceTeePatch` path + ### Infrastructure - Version scheme changed to semver (v6.0.0) - Repository moved to TEESimulator-RS as canonical source