mbedtls/docs/3.0-migration-guide.d
Gilles Peskine d7b3d92476 Change sha256 output type from an array to a pointer
The output parameter of 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-224 hash into a
28-byte buffer.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-05-13 00:46:29 +02:00
..
00README Quit using title case for entry titles 2021-05-04 13:06:34 +02:00
remove_deprecated_functions_and_constants.md Corrections of the migration guide from the code review. 2021-05-06 11:53:06 +02:00
remove-enable-weak-ciphersuites.md Add change log and migration guide 2021-05-04 15:59:10 +02:00
sha512-output-type.md Change sha256 output type from an array to a pointer 2021-05-13 00:46:29 +02:00