Manuel Pégourié-Gonnard

Results 297 comments of Manuel Pégourié-Gonnard

Hi @irwir and thanks for this suggestion! Indeed it seems to me that the reasons that led us to rename `config.h` would also apply here. (IIRC, it was not just...

Note: there are currently 3 instances of `build_info.h` in an Mbed TLS checkout: ``` tf-psa-crypto/drivers/builtin/include/mbedtls/build_info.h tf-psa-crypto/include/tf-psa-crypto/build_info.h include/mbedtls/build_info.h ``` The first one, `tf-psa-crypto/drivers/builtin/include/mbedtls/build_info.h` is simply an alias for the second one....

> The files that include it are the files in `framework/tests` and that's not that easy to change. I think we have to solve this issue regardless of whether it's...

@valeriosetti Could you give the `psa_xxx_hash_interruptible` way a quick try, just enough to gauge if it would work easily or be a lot of work? If that works nicely, that...

Just to put in context, because the situation is a bit complex: - The rule of thumb is that things that were working in 3.6 with `USE_PSA_CRYPTO` enabled should keep...

I'll note that currently in development `VERSION_MAJOR` is still `3` and `VERSION_MINOR` is still `6`, so the current condition does not distinguish between development and actual 3.6 - it will...

> We've already made backward-incompatible changes in development, so arguably we should already have bumped the major version. I'm not convinced the rules of semantic versioning are supposed to apply...

If we want to discuss changing our process about bumping version numbers, then that discussion needs a larger audience than just the people who follow this PR. In the meantime,...

@davidhorstmann-arm We've been discussing this with Ronald, and came to the conclusion that we'd like to reduce the (initial) scope here to only include what's needed for the repo split,...