Dave Rodgman | 5a46dfa | 2023-06-11 16:15:40 +0100 | [diff] [blame] | 1 | Security |
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 Rodgman | 12d8974 | 2023-06-11 16:29:54 +0100 | [diff] [blame] | 5 | which used MBEDTLS_MD_MAX_BLOCK_SIZE could be affected. The only |
6 | release containing this bug was Mbed TLS 3.4.0. |