Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Update against mbedtls::cffd7135c (PR8328) with TF-PSA-Crypto::e3fa47289 (PR83) #84

Closed ronald-cron-arm closed 11 months ago

ronald-cron-arm commented 11 months ago

PR to update the main branch based on mbedtls::cffd7135c (PR8328) and TF-PSA-Crypto::e3fa47289 (PR83). The result of the build of the main branch based on mbedtls::cffd7135c (PR8328) and TF-PSA-Crypto::e3fa47289 (PR83) can be seen here: https://github.com/ronald-cron-arm/TF-PSA-Crypto/tree/new-main-cffd7135c-PR8328-with-e3fa47289-PR83. The build is as described in docs/architecture/tf-psa-crypto-repository.md plus one additional commit to add the generated files in the tree: ready for cross-compilation that way.

yanesca commented 11 months ago

I have cloned and built the project without a problem. Run the unit tests successfully with make test and then after scanning the readme with ctest as well. I've built the test in programs/test/cmake_package successfully and run ./programs/psa/aead_demo chachapoly as well.