mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Changelog for SHA-384 max block size bug
Signed-off-by: Dave Rodgman <dave.rodgman@gmail.com>
This commit is contained in:
parent
ef468ea2ba
commit
5a46dfae2c
6
ChangeLog.d/sha384-blocksize.txt
Normal file
6
ChangeLog.d/sha384-blocksize.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Security
|
||||
* Fix definition of MBEDTLS_MD_MAX_BLOCK_SIZE, which was too
|
||||
small when MBEDTLS_SHA384_C was defined and MBEDTLS_SHA512_C was
|
||||
undefined. Mbed TLS itself was unaffected by this, but user code
|
||||
which used MBEDTLS_MD_MAX_BLOCK_SIZE could be affected. This bug
|
||||
was first released in Mbed TLS 3.4.0.
|
||||
Loading…
Reference in a new issue