Skip to content

Commit

Permalink
Update PSA compliance test branch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gilles-peskine-arm committed May 18, 2022
1 parent 42313fb commit 3afb7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/test_psa_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#
# 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():
Expand Down

0 comments on commit 3afb7c3

Please sign in to comment.