xfrm: xfrm_algo: correct usage of RIPEMD-160
This patch fixes the usage of RIPEMD-160 in xfrm_algo which in turn allows hmac(rmd160) to be used as authentication mechanism in IPsec ESP and AH (see RFC 2857). Signed-off-by: Adrian-Ken Rueegsegger <rueegsegger@swiss-it.ch> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
8b91ac0973
commit
a13366c632
@@ -200,8 +200,8 @@ static struct xfrm_algo_desc aalg_list[] = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "hmac(ripemd160)",
|
.name = "hmac(rmd160)",
|
||||||
.compat = "ripemd160",
|
.compat = "rmd160",
|
||||||
|
|
||||||
.uinfo = {
|
.uinfo = {
|
||||||
.auth = {
|
.auth = {
|
||||||
|
Reference in New Issue
Block a user