commit | 5b635e280efce5b735042c7ffa2487c4ba8fb4bf | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Sun Jul 06 02:26:37 2014 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 08 21:18:25 2014 +0800 |
tree | 5ffa7a25792074c99f5f2b2b011a283045ab5594 | |
parent | 27e4de2bd1804c24e3e517dd54026c1f60e8fe27 [diff] |
crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits The patch corrects the security strength of the HMAC-SHA1 DRBG to 128 bits. This strength defines the size of the seed required for the DRBG. Thus, the patch lowers the seeding requirement from 256 bits to 128 bits for HMAC-SHA1. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>