OSDN Git Service

crypto: algif_aead - Require setkey before accept(2)
authorStephan Mueller <smueller@chronox.de>
Mon, 24 Apr 2017 09:15:23 +0000 (11:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 May 2017 12:28:37 +0000 (14:28 +0200)
commitbcc70358396abb905f448a5c43f54dda457a0959
tree7b4de5ed5450bfc774fbb80925f4e82ed1ec6789
parent9b2fb8ad5ba1b528e2f2927898403b0df40fd09b
crypto: algif_aead - Require setkey before accept(2)

commit 2a2a251f110576b1d89efbd0662677d7e7db21a8 upstream.

Some cipher implementations will crash if you try to use them
without calling setkey first.  This patch adds a check so that
the accept(2) call will fail with -ENOKEY if setkey hasn't been
done on the socket yet.

Fixes: 400c40cf78da ("crypto: algif - add AEAD support")
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/algif_aead.c