diff options
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | 2014-02-26 10:47:46 -0500 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2014-03-07 12:15:47 -0500 |
commit | e0420039b643a832231028000a5c0d7358b14f3b (patch) | |
tree | 6aad169d5ef1f3b58064bf30d2604adf0be0b6c0 /security/integrity | |
parent | 61997c4383c28fe93fb053295562ff6482ef5c07 (diff) |
evm: EVM does not use MD5
EVM does not use MD5 HMAC. Selection of CRYPTO_MD5 can be safely removed.
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity')
-rw-r--r-- | security/integrity/evm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/integrity/evm/Kconfig b/security/integrity/evm/Kconfig index fea9749c3756..5aa910348e01 100644 --- a/security/integrity/evm/Kconfig +++ b/security/integrity/evm/Kconfig | |||
@@ -2,7 +2,6 @@ config EVM | |||
2 | boolean "EVM support" | 2 | boolean "EVM support" |
3 | depends on SECURITY && KEYS && (TRUSTED_KEYS=y || TRUSTED_KEYS=n) | 3 | depends on SECURITY && KEYS && (TRUSTED_KEYS=y || TRUSTED_KEYS=n) |
4 | select CRYPTO_HMAC | 4 | select CRYPTO_HMAC |
5 | select CRYPTO_MD5 | ||
6 | select CRYPTO_SHA1 | 5 | select CRYPTO_SHA1 |
7 | select ENCRYPTED_KEYS | 6 | select ENCRYPTED_KEYS |
8 | default n | 7 | default n |