summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-07-19Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)
2019-07-10crypto: cryptd - Fix skcipher instance memory leakVincent Whitchurch
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
2019-05-22crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-22crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-22crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-22crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-22crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-22crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: morus - fix handling chunked inputsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-23crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-23crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-23crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-02-26Merge tag 'v4.19.25' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-01-26crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-14Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2019-01-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-12-19Merge tag 'v4.19.10' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-13crypto: do not free algorithm before usingPan Bian
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-30Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-13crypto: speck - remove SpeckJason A. Donenfeld
2018-11-13crypto: aegis/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: morus/generic - fix for big endian systemsArd Biesheuvel
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-11-08Merge tag 'v4.19.1' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-29crypto: cryptd - add a lock instead preempt_disable/local_bh_disableSebastian Andrzej Siewior
2018-10-29crypto: scompress - serialize RT percpu scratch buffer access with a local lockMike Galbraith
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds