mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
|
API changes
|
||
|
* Replace MBEDTLS_SHA512_NO_SHA384 config option with MBEDTLS_SHA384_C.
|
||
|
This separates config option enabling the SHA384 algorithm from option
|
||
|
enabling the SHA512 algorithm. Fixes #4034.
|
||
|
* Introduce MBEDTLS_SHA224_C.
|
||
|
This separates config option enabling the SHA224 algorithm from option
|
||
|
enabling SHA256.
|