Mbed-TLS / mbedtls-framework

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

Move `mbedtls_dev` to `mbedtls_framework` in the framework repo #15

Closed davidhorstmann-arm closed 1 month ago

davidhorstmann-arm commented 1 month ago

Fixes #13

See also Mbed-TLS/mbedtls#9094

Move files from mbedtls_dev into mbedtls_framework while preserving their histories. Do this by taking the mbedtls repository and deleting all files except the ones we want to move, then merging this branch into the mbedtls-framework repository.

This operation was automated via the script in Mbed-TLS/mbedtls-docs#145