diff options
author | Stephan Mueller <smueller@chronox.de> | 2017-04-24 11:15:23 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-04-24 18:11:08 +0800 |
commit | 2a2a251f110576b1d89efbd0662677d7e7db21a8 (patch) | |
tree | 4d4237387e1a5a3160858286da5e2665d06cf955 /crypto/rng.c | |
parent | a368f43d6e3a001e684e9191a27df384fbff12f5 (diff) | |
download | linux-2a2a251f110576b1d89efbd0662677d7e7db21a8.tar.bz2 |
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>
Diffstat (limited to 'crypto/rng.c')
0 files changed, 0 insertions, 0 deletions