Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes the following issues: - fix chacha20 crash on zero-length input due to unset IV - fix potential race conditions in mcryptd with spinlock - only wait once at top of algif recvmsg to avoid inconsistencies - fix potential use-after-free in algif_aead/algif_skcipher" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: af_alg - fix race accessing cipher request crypto: mcryptd - protect the per-CPU queue with a lock crypto: af_alg - wait for data at beginning of recvmsg crypto: skcipher - set walk.iv for zero-length inputs
No related branches found
No related tags found
Showing
- crypto/af_alg.c 0 additions, 6 deletionscrypto/af_alg.c
- crypto/algif_aead.c 11 additions, 5 deletionscrypto/algif_aead.c
- crypto/algif_skcipher.c 11 additions, 5 deletionscrypto/algif_skcipher.c
- crypto/mcryptd.c 10 additions, 13 deletionscrypto/mcryptd.c
- crypto/skcipher.c 4 additions, 6 deletionscrypto/skcipher.c
- include/crypto/mcryptd.h 1 addition, 0 deletionsinclude/crypto/mcryptd.h
Please register or sign in to comment