esp-idf/components/libsodium
Ivan Grokhotkov 254e29aca4 mbedtls: update usage of deprecated mbedtls_shaX APIs
The following mbedTLS APIs have been deprecated and replaced with the
new ones which return error codes:

mbedtls_shaX_starts -> mbedtls_shaX_starts_ret
mbedtls_shaX_update -> mbedtls_shaX_update_ret
mbedtls_shaX_finish -> mbedtls_shaX_finish_ret
mbedtls_shaX_process -> mbedtls_shaX_internal_process

Update hardware implementations of SHA functions, and other IDF
components which used above functions, to use new versions.
2018-05-09 23:15:28 +08:00
..
libsodium@70170c28c8 Add libsodium v1.0.12 2017-06-14 15:51:08 +10:00
port mbedtls: update usage of deprecated mbedtls_shaX APIs 2018-05-09 23:15:28 +08:00
port_include/sodium libsodium: Fix mbedTLS SHA256 & SHA512 implementation, make optional 2017-10-06 11:51:55 +11:00
test make: Build out of tree component srcs under component build dir 2018-04-06 13:10:19 +10:00
Kconfig libsodium: Fix mbedTLS SHA256 & SHA512 implementation, make optional 2017-10-06 11:51:55 +11:00
component.mk libsodium: Fix mbedTLS SHA256 & SHA512 implementation, make optional 2017-10-06 11:51:55 +11:00