mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-20 17:07:22 +00:00
Fix a bug whereby the chunks did not actually have the desired lengths. Make the message content depend only on its length, and not how it is split into chunks. This way, it'll be easier to notice and analyze bugs that cause different outputs for different ways to split the input. Signed-off-by: Gilles Peskine <[email protected]>