From 3afb7c33d51a06d19801f8e0d1db76229884130c Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 17 May 2022 17:23:09 +0200 Subject: [PATCH] Update PSA compliance test branch Update to a branch with a fix for the test case "expected error for psa_raw_key_agreement - Small buffer size" since we just fixed the corresponding bug. Signed-off-by: Gilles Peskine --- tests/scripts/test_psa_compliance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test_psa_compliance.py b/tests/scripts/test_psa_compliance.py index b3bfd31ea8..777ffcb819 100755 --- a/tests/scripts/test_psa_compliance.py +++ b/tests/scripts/test_psa_compliance.py @@ -50,7 +50,7 @@ EXPECTED_FAILURES = { # # Web URL: https://github.com/bensze01/psa-arch-tests/tree/fixes-for-mbedtls-2 PSA_ARCH_TESTS_REPO = 'https://github.com/bensze01/psa-arch-tests.git' -PSA_ARCH_TESTS_REF = 'fixes-for-mbedtls-2' +PSA_ARCH_TESTS_REF = 'fix-5735-2.28' #pylint: disable=too-many-branches,too-many-statements def main():