OVMS3-idf/components/mbedtls/port
Angus Gratton 88b264cfce mbedTLS SHA: Fix cloning of SHA-384 digests
Hardware unit only reads 384 bits of state for SHA-384 LOAD,
which is enough for final digest but not enough if you plan to
resume digest in software.
2016-11-25 19:26:30 +11:00
..
include mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
esp_bignum.c Merge branch 'feature/sha_tls_integration' into 'master' 2016-11-25 10:12:29 +08:00
esp_hardware.c mbedtls: Use hardware accelerated AES, SHA, bignum 2016-09-08 17:41:43 +08:00
esp_sha1.c mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
esp_sha256.c mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
esp_sha512.c mbedTLS SHA: Fix cloning of SHA-384 digests 2016-11-25 19:26:30 +11:00
net.c Enable SO_REUSEADDR in LWIP 2016-09-18 16:43:48 +08:00