Re: [PATCH] xfrm: Fix truncation length of authentication algorithms installed via PF_KEY

2009-12-11 Thread David Miller
From: Martin Willi Date: Wed, 9 Dec 2009 17:11:15 +0100 > Commit 4447bb33f09444920a8f1d89e1540137429351b6 breaks installation of > authentication algorithms via PF_KEY, as the state specific truncation > length is not installed with the algorithms default truncation length. > This patch initiali

Re: [PATCH] xfrm: Fix truncation length of authentication algorithms installed via PF_KEY

2009-12-10 Thread Herbert Xu
On Wed, Dec 09, 2009 at 05:11:15PM +0100, Martin Willi wrote: > Commit 4447bb33f09444920a8f1d89e1540137429351b6 breaks installation of > authentication algorithms via PF_KEY, as the state specific truncation > length is not installed with the algorithms default truncation length. > This patch initi

[PATCH] xfrm: Fix truncation length of authentication algorithms installed via PF_KEY

2009-12-09 Thread Martin Willi
Commit 4447bb33f09444920a8f1d89e1540137429351b6 breaks installation of authentication algorithms via PF_KEY, as the state specific truncation length is not installed with the algorithms default truncation length. This patch initializes state properly to the default if installed via PF_KEY. Signed-