mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge pull request #1030 from daverodgman/sha384-changelog
SHA-384 bug-fix changelog
This commit is contained in:
commit
f07612d02e
1 changed files with 6 additions and 0 deletions
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. The only
|
||||
release containing this bug was Mbed TLS 3.4.0.
|
||||
Loading…
Add table
Add a link
Reference in a new issue