]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/mbedtls_sha384' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 28 Nov 2016 19:16:30 +0000 (03:16 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 28 Nov 2016 19:16:30 +0000 (03:16 +0800)
Bugfix mbedtls sha384 clone()

mbedtls_sha512_clone() on a SHA-384 hash caused incorrect digest

Also adds additional mbedtls unit tests into the unit tests project (including one for this bug).

See merge request !252


Trivial merge