blob: 4917eb2c2a607dd662a26219cc8ccd36fa8615a0 [file] [log] [blame]
Dave Rodgman5a46dfa2023-06-11 16:15:40 +01001Security
2 * Fix definition of MBEDTLS_MD_MAX_BLOCK_SIZE, which was too
3 small when MBEDTLS_SHA384_C was defined and MBEDTLS_SHA512_C was
4 undefined. Mbed TLS itself was unaffected by this, but user code
Dave Rodgman12d89742023-06-11 16:29:54 +01005 which used MBEDTLS_MD_MAX_BLOCK_SIZE could be affected. The only
6 release containing this bug was Mbed TLS 3.4.0.