commit | ba519b94a58199c76462b228ab178eb82bb590e0 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Sun Dec 09 20:58:36 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Dec 18 15:06:39 2018 +0000 |
tree | e72a11cef478614821fab712eadb4a1fd653e595 | |
parent | af0c6cb9e0ad58b61b7ceae4cfe1994ce3612311 [diff] [blame] |
Add parameter validation to SHA-512 module
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 0c38889..851be1b 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -76,7 +76,7 @@ * RIPEMD160 1 0x0031-0x0031 * SHA1 1 0x0035-0x0035 * SHA256 1 0x0037-0x0037 - * SHA512 1 0x0039-0x0039 + * SHA512 1 0x0039-0x0039 0x0075-0x0075 * CHACHA20 3 0x0051-0x0055 * POLY1305 3 0x0057-0x005B * CHACHAPOLY 2 0x0054-0x0056