Re: [PATCH net] ah: use crypto_memneq to check the ICV

2017-05-19 Thread Steffen Klassert
On Fri, May 19, 2017 at 02:25:14PM +0200, Sabrina Dubroca wrote: > Hi Steffen, > > 2017-05-04, 12:41:24 +0200, Steffen Klassert wrote: > > On Wed, May 03, 2017 at 04:57:57PM +0200, Sabrina Dubroca wrote: > > > Signed-off-by: Sabrina Dubroca > > > --- > > > net/ipv4/ah4.c |

Re: [PATCH net] ah: use crypto_memneq to check the ICV

2017-05-19 Thread Sabrina Dubroca
Hi Steffen, 2017-05-04, 12:41:24 +0200, Steffen Klassert wrote: > On Wed, May 03, 2017 at 04:57:57PM +0200, Sabrina Dubroca wrote: > > Signed-off-by: Sabrina Dubroca > > --- > > net/ipv4/ah4.c | 5 +++-- > > net/ipv6/ah6.c | 5 +++-- > > 2 files changed, 6 insertions(+), 4

Re: [PATCH net] ah: use crypto_memneq to check the ICV

2017-05-04 Thread Sabrina Dubroca
2017-05-04, 12:41:24 +0200, Steffen Klassert wrote: > On Wed, May 03, 2017 at 04:57:57PM +0200, Sabrina Dubroca wrote: > > Signed-off-by: Sabrina Dubroca > > --- > > net/ipv4/ah4.c | 5 +++-- > > net/ipv6/ah6.c | 5 +++-- > > 2 files changed, 6 insertions(+), 4 deletions(-)

Re: [PATCH net] ah: use crypto_memneq to check the ICV

2017-05-04 Thread Steffen Klassert
On Wed, May 03, 2017 at 04:57:57PM +0200, Sabrina Dubroca wrote: > Signed-off-by: Sabrina Dubroca > --- > net/ipv4/ah4.c | 5 +++-- > net/ipv6/ah6.c | 5 +++-- > 2 files changed, 6 insertions(+), 4 deletions(-) Is this a fix for something? If so, please describe what it

[PATCH net] ah: use crypto_memneq to check the ICV

2017-05-03 Thread Sabrina Dubroca
Signed-off-by: Sabrina Dubroca --- net/ipv4/ah4.c | 5 +++-- net/ipv6/ah6.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c index 22377c8ff14b..207350b30f88 100644 --- a/net/ipv4/ah4.c +++ b/net/ipv4/ah4.c @@ -1,5