commit | 2a2a251f110576b1d89efbd0662677d7e7db21a8 | [log] [tgz] |
---|---|---|
author | Stephan Mueller <smueller@chronox.de> | Mon Apr 24 11:15:23 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Apr 24 18:11:08 2017 +0800 |
tree | 4d4237387e1a5a3160858286da5e2665d06cf955 | |
parent | a368f43d6e3a001e684e9191a27df384fbff12f5 [diff] |
crypto: algif_aead - Require setkey before accept(2) 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") Cc: <stable@vger.kernel.org> Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>