mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-12 14:21:20 +03:00
The storage test generator doesn't support JPAKE at this time. So write a test case manually. The key is not exercised, since `psa_exercise_key()` doesn't support PAKE at this time. But at least we can use this test case to ensure that we know how the key is represented in storage. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>