2021-05-13 00:22:35 +02:00
|
|
|
API changes
|
2021-05-13 00:45:25 +02:00
|
|
|
* The output parameter of mbedtls_sha512_finish_ret, mbedtls_sha512_ret,
|
|
|
|
mbedtls_sha256_finish_ret and mbedtls_sha256_ret now has a pointer type
|
|
|
|
rather than array type. This removes spurious warnings in some compilers
|
|
|
|
when outputting a SHA-384 or SHA-224 hash into a buffer of exactly
|
|
|
|
the hash size.
|