sha1_alt.c (mbedTLS implementation) bug?
I have a file from ST, not sure where it comes from but the header has:
sha1_alt.c for SHA1 HASH
Copyright (c) 2017, STMicroelectronics
I am getting issues with the function that call HAL_HASH_SHA1_Accumulate function.
They are no checking for size/len if it is 0.
For some reason I am getting this issue but not sure if its this file or the application issue.
Shall it checks if size is >0 ?
Do you have an updated version of this file?
