mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-01 18:21:07 +02:00
The main fix here is that m->O and m->G should use `M_CIPHERS`. In order to apply that though, we need to change the structure with a new for loop and case statement. The new structure matches what's done when actually running tests. Note: this issue only exists in 2.28. In 3.x we now use the standard name for display everywhere, but in 2.28 we use the name as seen by the client for display. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>