Manuel Pégourié-Gonnard
Manuel Pégourié-Gonnard
> Edit: Is it about the additional requirement to call `psa_init`? Yes, that's it. If we went with "PSA if available, or else fall back to MD", then in the...
Resolved by #6141 (apparently I managed to misspell the magic word in the PR's description, so it was not closed automatically on merge).
Note: there was a PR on the crypto side that may or may not contain changes that need to be picked up here now: https://github.com/ARMmbed/mbed-crypto/pull/341
@mprse Thanks for your review. I rebase to resolve the conflict and fix the style issue while at it. @yanesca @gilles-peskine-arm Since you participated in the initial discussion, can one...
> Maybe the intent is that you can copy a few Mbed TLS source files into your application, and not bother copying `platform.h` if you haven't enabled `MBEDTLS_PLATFORM_C`? For example...
> Should we also add tests that check the computed output, similar to `PSA key derivation: TLS 1.2 PSK-to-MS, SHA-256`? > Any other tests? The set of tests you added...
Thanks! I'll try to take a look next week, though I'm not promising anything. IIUC, this is mostly about performance, so I think it has lesser priority than other issues....
Next time you update this, can you also remove the line about EC J-PAKE in `docs/use-psa-crypto.md`?
Note: the failure in ABI-API checking is not a problem, see https://github.com/Mbed-TLS/mbedtls/pull/6115#issuecomment-1243417738
Now that #6115 has been merged, this should be rebased. @superna9999 Can you take care of this? Otherwise please let us know and we'll handle it.