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:
Родитель
8b91ac0973
Коммит
a13366c632
|
@ -200,8 +200,8 @@ static struct xfrm_algo_desc aalg_list[] = {
|
|||
}
|
||||
},
|
||||
{
|
||||
.name = "hmac(ripemd160)",
|
||||
.compat = "ripemd160",
|
||||
.name = "hmac(rmd160)",
|
||||
.compat = "rmd160",
|
||||
|
||||
.uinfo = {
|
||||
.auth = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче