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:27:00 +0000 (14:27 +0200)
commitdcd4004ae5212746b9fb7e5d8493589f224a5324
tree1f70c4a38dddb433ad1268e7c4fd319df2b0f7e3
parent21cb4dc57b3ca380abda80dbdac7eaff9c565ba7
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