aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-06-03Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-05-30crypto: ccm - fix incompatibility between "ccm" and "ccm_base"Eric Biggers
2019-05-30crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers
2019-05-30crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-05-30crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-05-30crypto: chacha20poly1305 - set cra_name correctlyEric Biggers
2019-05-30crypto: salsa20 - don't access already-freed walk.ivEric Biggers
2019-05-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-05-15crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-28Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-26crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-26crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-26crypto: morus - fix handling chunked inputsEric Biggers
2019-03-26crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: aegis - fix handling chunked inputsEric Biggers
2019-03-26crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-26crypto: ahash - fix another early termination in hash walkEric Biggers
2019-03-26crypto: cfb - remove bogus memcpy() with src == destEric Biggers
2019-03-26crypto: cfb - add missing 'chunksize' propertyEric Biggers
2019-03-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-08net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-03-07Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-01crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-02-05Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-02-05crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2019-02-05crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-02-05crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-02-05crypto: sm3 - fix undefined shift by >= width of valueEric Biggers
2019-01-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-01-12crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2019-01-12crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-12-30crypto: do not free algorithm before usingPan Bian
2018-12-20Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-15crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-10-03crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-09-11Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki
2018-08-22crypto: cryptd - add a lock instead preempt_disable/local_bh_disableSebastian Andrzej Siewior