mbedtls/ChangeLog.d
Gilles Peskine fd235bc9df Fix very high stack usage in SSL debug code
Use a switch instead of an array. The array was very hollow for some enum
types such as mbedtls_ssl_protocol_version (which formerly used small
values, but switched to using the protocol encoding as enum values in Mbed
TLS 3.2.0). Optimizing compilers know how to compile a switch into a lookup
table when the range warrants it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-06-20 17:48:18 +02:00
..
2023-03-13 11:39:43 +08:00
2023-06-08 16:43:32 +05:30
2023-06-09 17:23:20 +01:00
2023-06-04 20:41:24 -04:00
2023-06-15 14:08:19 +01:00
2023-06-07 17:08:09 +01:00