commit | 885bd91f27fd31d46f33861b94a814fa4537ab5f | [log] [tgz] |
---|---|---|
author | Ryan Everett <[email protected]> | Fri Nov 08 15:03:15 2024 +0000 |
committer | Ryan Everett <[email protected]> | Fri Nov 08 15:51:39 2024 +0000 |
tree | e0de6472b3b1f3309ec56ef1488915500c4a5564 | |
parent | 7ea8852ea552c752310b8a3a3f3e6d9302455639 [diff] |
fix(mbedtls): fix error return code for calc_hash Make this function return values from crypto_ret_value. The previous method of returning the mbedtls error code on failure meant that the authentication module couldn't correctly parse failures from this function. Change-Id: I9fe6eba1fc79e8f81004f8cd202781aea907e963 Signed-off-by: Ryan Everett <[email protected]>