projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b91ac0
)
xfrm: xfrm_algo: correct usage of RIPEMD-160
author
Adrian-Ken Rueegsegger
<
[email protected]
>
Wed, 4 Jun 2008 19:04:55 +0000
(12:04 -0700)
committer
David S. Miller
<
[email protected]
>
Wed, 4 Jun 2008 19:04:55 +0000
(12:04 -0700)
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 <
[email protected]
>
Acked-by: Herbert Xu <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/xfrm/xfrm_algo.c
patch
|
blob
|
history
diff --git
a/net/xfrm/xfrm_algo.c
b/net/xfrm/xfrm_algo.c
index ac765dd9c7f5793396dd2dd4bbc27529f67143a9..23a2cc04b8cdb5f4a9f215643bfc1df130800322 100644
(file)
--- a/
net/xfrm/xfrm_algo.c
+++ b/
net/xfrm/xfrm_algo.c
@@
-200,8
+200,8
@@
static struct xfrm_algo_desc aalg_list[] = {
}
},
{
- .name = "hmac(r
ipe
md160)",
- .compat = "r
ipe
md160",
+ .name = "hmac(rmd160)",
+ .compat = "rmd160",
.uinfo = {
.auth = {