Files
mbedtls/tests
Gilles Peskine dd921414d3 Don't assert anything about uninitialized parts of structures
In a PAKE operation that has been initialized with `PSA_PAKE_OPERATION_INIT`
or `psa_pake_operation_init()`, the content of the driver-specific part is
indeterminate. It is actually all-bits-zero on most platforms, but not all,
e.g. not with GCC 15 or CompCert. So don't assert anything about it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2026-04-10 11:39:09 +02:00
..
2023-11-03 12:21:36 +00:00
2026-03-31 15:37:10 +01:00
2026-03-31 15:37:10 +01:00
2026-03-31 15:37:10 +01:00
2023-11-03 12:21:36 +00:00
2023-11-03 12:21:36 +00:00
2026-03-25 14:28:17 +01:00