Mbed-TLS / mbedtls-framework

TF-PSA-Crypto and Mbed TLS version-independent build and test framework
Other
1 stars 11 forks source link

Psasim improvements #10

Closed valeriosetti closed 1 month ago

valeriosetti commented 2 months ago

This PR tries to clean-up the psasim to make it more usable for future MbedTLS client-server tests.

Note for reviewers: I did a series of changes, some required to make the code build, but others maybe my personal preference. If you feel that I did something not correct or that there is more room for enhancements, please let me know and I will implement that.

Resolves #9.

minosgalanakis commented 1 month ago

We should wait for #9088 to be merged before we merge this PR.

tom-cosgrove-arm commented 1 month ago

Note: this code will be merged into the main Mbed TLS repository

tom-cosgrove-arm commented 1 month ago

Replaced by https://github.com/Mbed-TLS/mbedtls/pull/9097 in the main repo