commit | 79e593f617e8862b0d5991ef048f3c57313d3c8c | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Sun Dec 09 20:41:20 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Dec 18 11:41:20 2018 +0000 |
tree | 08db0d7d37b4473e81e4c640559042465851bec1 | |
parent | af0c6cb9e0ad58b61b7ceae4cfe1994ce3612311 [diff] [blame] |
Add parameter validation to SHA-256 module
diff --git a/include/mbedtls/error.h b/include/mbedtls/error.h index 0c38889..5f6e8ef 100644 --- a/include/mbedtls/error.h +++ b/include/mbedtls/error.h
@@ -75,7 +75,7 @@ * MD5 1 0x002F-0x002F * RIPEMD160 1 0x0031-0x0031 * SHA1 1 0x0035-0x0035 - * SHA256 1 0x0037-0x0037 + * SHA256 1 0x0037-0x0037 0x0074-0x0074 * SHA512 1 0x0039-0x0039 * CHACHA20 3 0x0051-0x0055 * POLY1305 3 0x0057-0x005B