Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.03k stars 2.51k forks source link

Update PSA simulator C code to do operations by handles #9238

Closed tom-cosgrove-arm closed 2 weeks ago

tom-cosgrove-arm commented 3 weeks ago

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")

tom-cosgrove-arm commented 3 weeks ago

Grr, the test failure at https://mbedtls.trustedfirmware.org/blue/organizations/jenkins/mbed-tls-pr-head/detail/PR-9238-head/2/pipeline/440 (test_default_psa_crypto_client_without_crypto_provider) makes it look likely we need to copy the whole psa_hash.c program, rather than reach over into programs/

tom-cosgrove-arm commented 2 weeks ago

Force-push to fix DCO